/react_boilerplate

React Boilerplate with Nginx, Gulp and gulp associated tasks

Primary LanguageJavaScript

React Boilerplate

Get started

  1. Environment variables: source bin/ci.env
  2. Nginx: bin/init.d start
  3. npm modules: npm install
  4. Build the project: npm run build
  5. Development, watch for file changes: npm run watch