This boilerplate is a fast and reliable set up of the workflow for developing React apps
- Cloning the source code:
git clone https://github.com/IvanDobrovolsky/react-starter-kit.git
- Installing all needed dependendencies:
npm install
- Starting node.js server and webpack build:
npm start