Skip to content

RustyTheBoyRobot/todo

 
 

Repository files navigation

install nodejs from https://nodejs.org/

install mongodb from https://www.mongodb.org/

checkout or download the code from https://github.com/tylthal/todo

open a cmd prompt in the base of the project directory and run the following commands:

  • npm install -g gulp gulp-typescript nodemon
  • npm install
  • typings install
  • gulp watch <-- this command will compile the typescript and watch for changes in the project

to run the site open a cmd prompt in the root of the folder and type "npm start" then navigate to http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.6%
  • TypeScript 46.6%
  • JavaScript 4.8%
  • CSS 1.0%