bobwei / vr-a-frame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Webpack Template

This is a project template with batteries included to speed up project initiation.

Features

The following features are currently included:

  • Webpack and Webpack-Dev-Server, including hot-loader
  • Babel and JSX
  • Mocha Unit tests
  • esLint Support
  • No dependency on grunt, gulp or the next hot taskrunner!
  • Support for environment-specific configuration files
  • Support for code coverage via isparta-loader

Development ( Run )

Run

$ npm start

Production ( Build & Run )

Build

$ npm run dist

Run

$ npm run server

About


Languages

Language:JavaScript 92.7%Language:HTML 5.1%Language:CSS 2.2%