Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
/ remult-angular-todo Public archive

Setup for the Full Stack Todo App with Remult and Angular tutorial

Notifications You must be signed in to change notification settings

remult/remult-angular-todo

Repository files navigation

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

About

Setup for the Full Stack Todo App with Remult and Angular tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published