Skip to content

tutsplus/easier-javascript-apps-with-angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easier JavaScript Apps with AngularJS

To get this running you need a few things installed:

  • NodeJS (nodejs.org)
  • NPM (comes with Node)
  • MongoDB (mongodb.org)

Use your command line to enter the main directory (above this one) and run npm install. This will install express and mongoose, and their dependencies.

Before running it, make sure MongoDB is running.

Then run node server/server.js, and point your browser at http://localhost:9000/

Warning

Certain source files referred to in the later lessons of this course are not present in the source repository. Our appologies for this oversight.

These are source files for the Tuts+ course: Easier JavaScript Apps with AngularJS

Available on Tuts+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published