Skip to content
Snippets Groups Projects
Commit dd9e1430 authored by Karolína Dočkalová Burská's avatar Karolína Dočkalová Burská
Browse files

Merge branch '1-update-project-version-to-create-a-tag' into 'master'

Add necessary version change

Closes #1

See merge request !2
parents 28759a89 e255a360
No related branches found
No related tags found
1 merge request!2Add necessary version change
Pipeline #209690 passed
...@@ -5,10 +5,9 @@ ...@@ -5,10 +5,9 @@
To use the library you need to have installed: To use the library you need to have installed:
## How to use json-server as mock backend with provided dummy data ## How to use json-server as mock backend with provided dummy data
1. Install json-server `npm install -g json-server`. 1. Install json-server `npm install -g json-server`.
2. Run `npm install`.
3. Run the server with provided parameters `json-server -w ./utils/json-server/db.js --routes ./utils/json-server/routes.json --middlewares ./utils/json-server/server.js`. 3. Run the server with provided parameters `json-server -w ./utils/json-server/db.js --routes ./utils/json-server/routes.json --middlewares ./utils/json-server/server.js`.
4. Run `npm install`. 4. Run the app in local environment and ssl `ng serve --configuration local --ssl` and access it on `https://localhost:4200`.
5. Run the app in local environment and ssl `ng serve --configuration local --ssl` and access it on `https://localhost:4200`.
14.0.0 Initial library version 14.0.0 Initial clustering library version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment