- Clone this repo using
git clone --depth=1 https://github.com/react-boilerplate/react-boilerplate.git
- Run
npm run setup
to install dependencies and clean the git repo.
We auto-detectyarn
for installing packages by default, if you wish to forcenpm
usage do:USE_YARN=false npm run setup
At this point you can runnpm start
to see the example app athttp://localhost:3000
. - Run
npm run clean
to delete the example app.
Now you're ready to rumble!