Angular Express Seed
Start an awesome app with AngularJS on the front, Express + Node on the back.
The seed app shows how to wire together Angular client-side components with Express on the server.
How to use angular-express-seed
Clone the angular-express-seed repository, run npm install
to grab the dependencies, and start
Running the app
Runs like a typical express app:
node app.js