Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilomurer/punchclock-frontend
Punch Clock Angular Application
https://github.com/danilomurer/punchclock-frontend
Last synced: 4 days ago
JSON representation
Punch Clock Angular Application
- Host: GitHub
- URL: https://github.com/danilomurer/punchclock-frontend
- Owner: DaniloMurer
- Created: 2020-09-08T13:37:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T13:44:53.000Z (about 4 years ago)
- Last Synced: 2024-10-11T15:45:14.165Z (28 days ago)
- Language: TypeScript
- Size: 485 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PunchclockFrontend
This project is the frontend for the [Punchclok Backend](https://github.com/DaniloMurer/Punchclock).
The frontend is written in Angular (TypeScript) using Angular Material for the components.## Run Project
To run this project make sure following steps are execeuted:
- Run ```npm install``` on the root folder of the project
- Run ```ng add @angular/material``` and select the ```purple/green``` theme.
- Make sure that the Backend server is running on the machineAfter those steps you can run the development server by executing the ```ng serve``` command