Clone repo and run npm install
- development:
npm run dev - testing:
npm test - production build:
npm run prod
If app is going to be served from subdirectory on server, before building for production it is necessary to set path to folder with app in following files:
- src/.htaccess
- src/index.html (base tag)
- src/entry.jsx (where browserHistory is created)