amjedomar / atco-simple-example

A simple example for the usage of Atco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple example for the usage of Atco

License:MIT License


Languages

Language:TypeScript 70.0%Language:HTML 30.0%