Skip to content

isidrososa/to-do-list

Repository files navigation

#Wellcome to "to Do List App".

To Do List app with MEAN Stack.


##Prerequisite Technologies.

  1. Install nodejs 6.9.2.
  2. Install git.
  3. Install mongoDB.

##Prerequisite packages.

Install bower and gulp.

	// Bower install
	$npm install -g bower
	// Gulp install
	$npm install -g gulp-cli
	$npm install -g gulp

##Installation

  1. Clone repository file.

  2. Open your repository folder with

    cd /toDo-app
    
  3. Install server dependencies:

npm install
  1. Install client dependencies:
bower install
  1. Start the app with:
gulp
  1. Open in your browser the url:
http://localhost:3000

####This project was created by Isidro Sosa ([email protected])


Version

0.0.1


License

MIT

About

To Do List App with MEAN Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published