Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 778 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 778 Bytes

Remult-Angular-Todo

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:

  1. The api server
    npm run dev-node
    
  2. The Angular dev cli
    npm run dev-ng
    

And proceed to the Entities section of the tutorials

What does it do?

You can see the diff using github compare