/react-gulp-seed

reactjs gulp seed

Primary LanguageJavaScriptMIT LicenseMIT

react-gulp-seed

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.

Install packages

npm install

Build application

npm run build

or

gulp

This will build as you make changes.

npm watch

Compiled code will be available in a /dist folder.