Skip to content

jeyofdev/todo-app-angular

Repository files navigation

todo app angular

My first project (a simple todo app) based on my self-learning of the Angular js framework.

This project was generated with Angular CLI version 15.2.4.

Tools

  • Angular Angular 15.2.4.
  • Typescript JavaScript with syntax for types.
  • ESLint Find and fix problems in JavaScript and typescript code.
  • ESLint Find and fix problems in scss and css code.
  • Prettier Code formatter.
  • husky Husky improves your commits

Overview

todo-app-angular-demo.mov

Getting starting

Prerequisites

  • Recommended node : >=16.13.0
  • npm or pnpm or yarn

Dependencies

Install all dependencies :

npm install or pnpm install or yarn

Scripts

Run Json server

npm run db:start

Run Dev server

npm run dev or pnpm run dev or yarn run dev.

Build for production

npm run build or pnpm run build or yarn run build

Locally preview

After build, run:

npm run preview or yarn run preview

About

My first project (a simple todo app) based on my self-learning of the Angular js framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published