Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 408 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 408 Bytes

What have you done?!

An simple example of how to implement Akita a state management library into angular with communication to the backend crafted by Nest.js

Install

Server

cd server && npm i

Web

cd web && npm i

Run

Server

cd server && npm start

Web

cd web && npm start

Postscript

Have fun!