Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 235 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 235 Bytes

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