Basic seed project that builds reactjs applications using gulp and webpack. Also includes sass processing. Modify to fit your needs. This project does not start up a webserver so add in your favorite server to your workflow.
npm install
npm run build
or
gulp
This will build as you make changes.
npm watch
Compiled code will be available in a /dist
folder.