Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jerkeeler/singlepage_example

This is a simple single page app design using NodeJS and Angular
https://github.com/jerkeeler/singlepage_example

Last synced: 4 days ago
JSON representation

This is a simple single page app design using NodeJS and Angular

Awesome Lists containing this project

README

        

# Singlepage App Example

This is a simple singlepage app using NodeJS, Express, and Angular. This is an exercise in making single page apps and the interactions between express and angular.

### Installation

To install this make sure that NodeJS is installed. Bower must also be installed to gather the dependencies. To install bower run `npm install -g bower`. Then clone the repo and run `bower install` to install all the dependencies. Next run `npm install` to install all NodeJS dependencies. After that you are all set to start the server just run `node app.js` to start it on your server on port 3000.