Skip to content

manedev79/timesheet-ui

Repository files navigation

Timesheet

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Docker image

Prerequisite: Docker must be installed.

Build docker image:

npm run docker

Run docker image:

docker run -p 8080:80 -d com.github.manedev79/timesheet-ui

TODOs

  • Dynamic Language support

Further links