Skip to content

amjedomar/atco-simple-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  • 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

Run Locally

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

Deploy To Heroku

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

Releases

No releases published

Packages

No packages published