- Open git bash
- Clone repository
git clone https://github.com/amjedomar/atco-simple-example.git atco-simple-example- Navigate to project
cd atco-simple-example- Install dependencies
yarn
Open git bash and navigate to
atco-simple-example
- To start the development server run
yarn start:dev
- To start the production server, first install heroku cli then run
heroku local web- Create Heroku App
- Open git bash and navigate to
atco-simple-example - Make sure that you installed heroku cli
- Login to heroku via cli
heroku login- Add heroku remote (note: make sure to replace
<your-app-name>with your app name)
heroku git:remote -a <your-app-name>- Push app to heroku
git push heroku master