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 ito install the dependencies - Run
npm startto 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 tobuildfolder)