No description
  • JavaScript 66.8%
  • SCSS 29.9%
  • HTML 3.3%
Find a file
2016-12-17 10:01:10 -07:00
src Added links to actual photos with updated data. 2016-12-14 21:41:11 -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 Renamed start to dev script. 2016-12-17 10:01:10 -07:00
README.md Added support for webpack-dev-server. 2016-11-30 09:19:37 -07:00
webpack.config.js Fixed build process. 2016-12-17 09:52:17 -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!