Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

codeschool/WatchUsBuild-NoteTakingAppWithAngularJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Staying Sharp with Angular.js Watch Us Build

We changed the name of this series to "Watch Us Build," so you may see an occasional reference to its former name ("Soup to Bits") in this repository.

This repo contains the app built in the Watch Us Build episode for the Staying Sharp with Angular.js course.

There is a branch called starting that can be used as a starting point for the video. Feel free to clone down this repo and follow along.

Running the Node App

I used node 0.10.28 at the time of writing the app. We're only using express and lodash, so any version of node (or io.js) should work. You simply need to type: npm start in your terminal to start it up.