Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 311 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 311 Bytes

Simple-todo-app

Simple todo app with angularJS, ui-router, simple http-server and bootstrap

Please install Node.js before using

On first use

run

npm install http-server bower -g
bower install

How to run

npm start

or

http-server

then open

http://localhost:8080

in your browser