Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asaarashi/drinkit_frontend
An amazing app
https://github.com/asaarashi/drinkit_frontend
Last synced: 25 days ago
JSON representation
An amazing app
- Host: GitHub
- URL: https://github.com/asaarashi/drinkit_frontend
- Owner: asaarashi
- Created: 2020-02-24T00:39:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:09:19.000Z (about 2 years ago)
- Last Synced: 2024-12-23T13:54:41.199Z (28 days ago)
- Language: TypeScript
- Size: 6.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DrinKit
DrinKit is an app that simulates a drink dispenser. This is the frontend of the app.## Requirements
* Node.js(version ^12) with npm
* Modern browser## Installation and run
Before running the frontend server, please make sure the backend server is running.First, run the following command to install the Angular CLI. For more about installation of Angular CLI, please refer to https://angular.io/guide/setup-local ,
### `npm install -g @angular/cli`In the project directory, you can run:
### `npm install`
and then execute the following command to run the main app:
### `ng serve`
and then execute the following command to run the maintenance panel app:
### `ng serve maintenance-panel --port 4201`
Open [http://localhost:4200](http://localhost:4200) and [http://localhost:4201](http://localhost:4201) to view them in the browser. To modify the stocks and the temperature, you could open the side navigation on the page and set them in the forms. Please also make sure that the Google font URL is not blocked from your network.
Enjoy it!
## Powered by
* [Angular](https://angular.io/)
* [Angular Material](https://material.angular.io/)