Skip to content
/ do-it Public

Awesome ToDo application created with AngularJS and Bootstrap

Notifications You must be signed in to change notification settings

huytd/do-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

do-it is a simple and awesome ToDo application created with AngularJS and Bootstrap. Use ngStorage for saving data localy in browser.

Demo: http://codedaily.vn/todo

Development Environment

This is optional! You can run index.html directly in browser. I use gulp only for auto refresh browser when coding

Requirements:

  • Node.js
  • Gulp
  • Browser-sync

First, you need to install gulp, you also need to install gulp in your local folder

$ npm install gulp -g
$ npm install gulp --save-dev

Then, install browser-sync package for live reloading.

$ npm install browser-sync --save-dev

To run live-reload server, run this command:

$ gulp serve

The browser will run on the default address: http://localhost:3000. Everytime you modify any js, css or html file, it will automatically refresh the page.

Deploy to your host

You can deploy easily by upload all files and folders to your host.

node_modules folder are for development only, you can remove it when deploying.

About

Awesome ToDo application created with AngularJS and Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published