Skip to content

Latest commit

 

History

History
executable file
·
23 lines (13 loc) · 287 Bytes

README.md

File metadata and controls

executable file
·
23 lines (13 loc) · 287 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 -g

How to run

npm start

or

http-server

then open

http://localhost:8080

in your browser