- Clone this repo using
git clone --depth=1 https://github.com/ngoquoc/react-boilerplate-demo.git
- Move to the appropriate directory:
cd react-boilerplate-demo
. - Run
npm install
in order to install dependencies. - Run
npm start
to start the example app.
Run npm run build
.
Generated bundle will be in build
folder.
- Introduction: An introduction for newcomers to this boilerplate.
- Coding convention guidelines.
- Workspace setup.
- Example ejecting guide.