simple Angular 10 CRUD application using Akita as state managment and JSON Server as mock API
- Angular v10 - application design framework and development platform for creating single-page apps
- Akita - A Reactive State Management for JS Applications
- Angular Material - Material Design components for Angular
- JSON Server - simple tool that lets you easily mock up APIs
- Bootswatch - collection of open source themes for Bootstrap.
requires Node.js v10+ to run.
Install the dependencies and devDependencies and start the server.
$ npm install
$ npm start
MIT License