GadhiyaAkash / schedule-meeting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation steps to run application on your local machine

npm install

- To install npm package.
- It will create a node_modules folder in root of your project.
- Run `npm audit fix` if found vulnerabilities issue.

json-server --watch db.json

- Run `npm install -g json-server` if packages is not install in local machine.
- Run `npm audit fix --force` if found vulnerabilities issue.  
- To start restfull API server

ng serve --open

- To Run applicatpion for a dev server. 
- Navigate to `http://localhost:4200/`

About


Languages

Language:TypeScript 64.8%Language:HTML 17.0%Language:CSS 9.8%Language:JavaScript 8.4%