A simple todo app to practice javascript
Clone the project
git clone https://github.com/mudaston/ToDoList.git
Go to the project directory
cd ToDoList
Install dependencies
npm install
Start the server
gulp
Open in a browser
http://localhost:3000