Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 568 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 568 Bytes

AppCRUD

This project was generated with Angular CLI version 11.0.2.

Start JSON Server

Run json-server --watch db.json for start the JSON Server, a full fake REST API.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

E2E Tests with Cypress

Run npx cypress run for run all the integration tests or npx cypress open for open the browser of tests.