A simple training project.
Getting started
Clone the repository:
git clone git@github.com:SW999/todo-app.git
Install dependencies:
cd todo-app
npm install
Start local server:
gulp
Browser will be started automatically at http://localhost:3000