Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 247 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 247 Bytes

Client

How to run locally in developer mode

Install dependencies by running in your terminal:

npm install

Build and serve the project by running in your terminal:

npm run dev

Open http://localhost:4200/ in your browser.