You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2021. It is now read-only.
This repo contains the app built in the soup to bits episode for the Shaping up with AngularJS course.
4
+
5
+
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.
6
+
7
+
#Running the Node App
8
+
9
+
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.
0 commit comments