Skip to content

AlexJCosta/todo-list-fe

Repository files navigation

To Do List Project

This is a simple project to study the development of web applications with AngularJS.

Get started

Clone the repository

git clone https://github.com/AlexJCosta/todo-list-fe
cd todo-list-fe

Install npm packages

Install the npm packages described in the package.json and verify that it works:

npm install
npm start

The npm start command builds (compiles TypeScript and copies assets) the application into dist/, watches for changes to the source files, and runs lite-server on port 3000.

Licensing

The code in this project is licensed under MIT license.

About

A simple project using AngularJS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published