Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 467 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 467 Bytes

lesson4 - AngularJS Project

A simple todo list webapp for your own need. Enjoy!

The webapp runs on a simple web server built using express.js.

Requirements

Installation

$ npm install

$ node server.js

Open localhost:3000.

Please note that you have to execute the commands above inside the project root folder.