Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 machine

After those steps you can run the development server by executing the ```ng serve``` command