Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 295 Bytes

File metadata and controls

23 lines (15 loc) · 295 Bytes

AngularJS TODO List with Components - POC#

This project aims to explore Component architecture in AngularJS

Run Dev

Install gulp globally:

npm install -g gulp

then:

npm install
gulp serve

Webpack Dev Server will be waiting for you on http://127.0.0.1:9001