https://github.com/defint/e-staff-fe
https://github.com/defint/e-staff-fe
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/defint/e-staff-fe
- Owner: defint
- Created: 2020-02-23T08:20:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:09:43.000Z (over 3 years ago)
- Last Synced: 2025-02-07T13:17:04.918Z (over 1 year ago)
- Language: TypeScript
- Size: 1.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EStaffFe
## Installation frontend
```bash
$ npm i
$ npm run start
```
## Full installation
1. Run in terminal:
```bash
$ mkdir e-staff && cd e-staff
$ git clone https://github.com/defint/e-staff e-staff-be
$ git clone https://github.com/defint/e-staff-fe
$ cd e-staff-be
$ docker-compose up
$ cd ../e-staff-fe
$ npm i
$ npm run start
```
1. Go to [localhost](http://localhost:4200/)