Front-end for todo-backend written in TypeScript. Made with Angular, TailwindCSS and DaisyUI.
This has been tested on Node 20 LTS.
Make sure you have Git, Node.js, Angular CLI and todo-backend.
git clone https://github.com/LeddaZ/todo-frontend
cd todo-frontend
npm i
# Set your desired development and production API URLs in src/environments/environment.development.ts and src/environments/environment.ts respectively
ng serve --open # Automatically opens a new browser tab/window
ng serve # Runs the app without launching the browser