No description
  • JavaScript 93.1%
  • HTML 6.9%
Find a file
2017-02-15 11:40:01 -07:00
src Upgraded configuration to match webpack v2. 2017-02-15 11:40:01 -07:00
.gitignore Updated title. 2015-08-21 09:22:43 -06:00
LICENSE Updated structure of seed project. 2015-10-29 15:39:37 -06:00
package.json Upgraded configuration to match webpack v2. 2017-02-15 11:40:01 -07:00
README.md Added support for webpack-dev-server. 2016-11-30 09:19:37 -07:00
webpack.config.js Upgraded configuration to match webpack v2. 2017-02-15 11:40:01 -07:00

A seed application using React, Webpack and SASS.

To get started, first run:

npm run setup

This will install the webpack dev server along with the app's dependencies. To start the application, run:

npm run start

The bundle will compile and the application will open in a new browser window. Happy coding!