Skip to content

Based on Crash-course - for educational purpose only

Notifications You must be signed in to change notification settings

TheJakey/task-tracker

Repository files navigation

Docker Frontend

Task Tracker

Based on YouTube Crash-course Git repo

Usage

Docker

  1. As is right now, you need to modify serviceUrl located in environment.prod.ts and replace ip with the one you will be using.

  2. Than build image with

docker build -t task-tracker:latest .
  1. Last but not least, run image with docker-compose:
docker-compose -p TaskTracker up -d

Local

Install dependencies

npm install

Run Angular server (http://localhost:4200)

ng serve

Run the JSON server (http://localhost:5000)

npm run server

To build for production

ng build

About

Based on Crash-course - for educational purpose only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published