New CRUD with Angular & JSON SERVER.
Please support this project by simply putting a Github star ⭐. 🙏 Thanks
Follow the steps below to see how this library works.
-
Clone this repository.
git clone https://github.com/elionavarretev/Open-Source---CRUD.git
-
Build the angular-material-crud schematic:
cd angular-material-crud npm install
-
Run the project Angular:
ng serve
Navigate to http://localhost:4200/
.
-
Run the json server:
cd src cd assets json-server --watch data.json
Navigate to http://localhost:3000/student
.