Skip to content

vineshsingh90/Angular-CRUD-using-JsonServer

Repository files navigation

AtomCtoTest

This project was generated with Angular CLI version 12.2.2.

Steps to download and run the application

download and insatll nodejs application from https://nodejs.org/en/ (Ignore if already installed)
insatll angular cli by running npm i -g @angular/cli in terminal (Ignore if already installed)
install json-server by running npm i -g json-server in terminal (for mock-json-data server)
download or clone sorce code
open a terminal inside source code folder and run npm install to install all required node packages
once node packages installed run ng serve in same terminal
open another terminal inside source code folder and run json-server db.json
open browser and Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published