Skip to content

a-tarasyuk/rr-boilerplate

Repository files navigation

React&Redux boilerplate

GitHub license

Lightweight React&Redux boilerplate

Getting started

  1. Clone this repository using git clone --depth=1 https://github.com/a-tarasyuk/rr-boilerplate.git <YourProjectName>
  2. Enter to your project cd <YourProjectName>
  3. Run npm i to install the dependencies
  4. Run npm start to start the local web server
  5. Go to http://localhost:9999

Libraries/Tools

NPM tasks

  • npm start - starts local web server
  • npm test - runs tests
  • npm run start:prod- starts production build and run the local web server
  • npm run build - starts production build (puts result to build folder)