Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jerkeeler/singlepage_example
- Owner: jerkeeler
- Created: 2015-02-28T17:53:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-28T20:24:54.000Z (almost 10 years ago)
- Last Synced: 2024-11-16T07:40:20.702Z (2 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.