This project was generated with Angular CLI version 12.2.5. The back-end mock server was made with json-server version 0.17.0.
- Angular version 0.17.0 - Web development framework.
- JSON Server version 0.17.0 - Get a full fake REST API with zero coding in less than 30 seconds.
Run npm install
for get dependencies.
Run npm run mockClient
for a dev client. Navigate to http://localhost:4201/
. The app will automatically reload if you change any of the source files.
Run npm run mockServer
for a mock server in a port 3001. You can see JSON Server working with middlewares, routes and other configurations:
Click the [👁] button on the main screen to view the RxJS State Management data in the browser console:
MIT