This project is based on the remult tutorial Todo App with Angular and saves all the work of doing the step by step setup.
Simply open a command line and run the following commands to setup:
git clone https://github.com/remult/remult-angular-todo.git
cd remult-angular-todo
npm i
Once it's done, open two terminals to run:
- The api server
npm run dev-node
- The Angular dev cli
npm run dev-ng
And proceed to the Entities section of the tutorials
You can see the diff using github compare