Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1005 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 1005 Bytes

ngAkita-CRUD

simple Angular 10 CRUD application using Akita as state managment and JSON Server as mock API 115805307_3492711974073173_1683412003143990803_o

Tech

  • 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.

Installation

requires Node.js v10+ to run.

Install the dependencies and devDependencies and start the server.

$ npm install 
$ npm start 

License

MIT License