Skip to content

Commit

Permalink
readme: updated readme, spelling fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
miskson committed May 21, 2024
1 parent 33e52f8 commit 3e1061e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
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

Expand Down

0 comments on commit 3e1061e

Please sign in to comment.