- A local server is running
- NPM and NodeJS
- Install package dependencies
npm install
- Configure
config/default.json
like so:
server: {
baseUrl: 'https://localhost:8080',
api: ...
- Run
npm start
rm -rf idin-client/.git
git init
heroku create -b https://github.com/mars/create-react-app-buildpack.git
git add .
git commit -m 'initialise react app'
git push heroku master
heroku open