Lightweight React&Redux boilerplate
- Clone this repository using
git clone --depth=1 https://github.com/a-tarasyuk/rr-boilerplate.git <YourProjectName>
- Enter to your project
cd <YourProjectName>
- Run
npm i
to install the dependencies - Run
npm start
to start the local web server - Go to
http://localhost:9999
npm start
- starts local web servernpm test
- runs testsnpm run start:prod
- starts production build and run the local web servernpm run build
- starts production build (puts result tobuild
folder)