-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readme: updated readme, spelling fixed.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Instalation | ||
|
||
To run this project you have to install packeges. Firstly run `npm install` and after that run `npm install -g [email protected]` so you can run project properly without json-server errors. | ||
To run this project correctly you have to install packages first. Run `npm install` and after that run `npm install -g [email protected]` to avoid [json-server](https://github.com/typicode/json-server/tree/v0) errors while running the application. | ||
|
||
# Cabinet | ||
|
||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.1. | ||
|
||
## Demo | ||
# Demo | ||
|
||
Run `npm run demo` to start demonstration server. Navigate to `http://localhost:4200/`. Feel free to roam around. The application will automatically reload if you change any of the source files. | ||
Run `npm run demo` command to start demonstration server. Navigate to `http://localhost:4200/`. Feel free to roam around. The application will automatically reload if you change any of the source files. | ||
|
||
## Development server | ||
|
||
|