Skip to content

kalpeshsawant234/angular-task-manager

Repository files navigation

**********Instructions to run the application locally ******************

1.Open VS Code → Open Terminal → Run:
> npm install -g @angular/cli@15
> ng new task-manager --routing --style=scss
> code ./

2.Install json-server and run the db.json file
> right click on app name (eg task-manager) -> open in intergrated terminal.
> npm i -g json-server.
> json-server.

3.Run the App
> go to src -> app and then right click on it -> open in intergrated terminal.
> run the command -> ng serve the app will run on https://localhost:4200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published