/react-boilerplate-demo

Demo of react boilerplate, alpha version

Primary LanguageJavaScript

Quick start

  1. Clone this repo using git clone --depth=1 https://github.com/ngoquoc/react-boilerplate-demo.git
  2. Move to the appropriate directory: cd react-boilerplate-demo.
  3. Run npm install in order to install dependencies.
  4. Run npm start to start the example app.

Build production bundle

Run npm run build. Generated bundle will be in build folder.

Documentation