Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 577 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 577 Bytes

AGtiv

Build Lint

We bike around the globe

Development

It's an application made with Angular for the frontend and Express for the backend. It's packed into a docker container.

  1. In the api folder run npm install.
  2. Start the api from the api folder with npm start.
  3. In the AGtiv folder run npm install.
  4. Start the frontend with ng serve.

Deploy

Run the build / deploy script in the docker folder using bash.