This repo showcases some basic state management patterns with StateAdapt and createEntityAdapter.
Node 18+ recommended.
npm installnpm startThen in another terminal run:
npm run backendThe app should now be running at http://localhost:4200
To run the Cypress e2e tests execute the following command from your terminal:
npm run test
