Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cironunes/spa-sample
https://speakerdeck.com/cironunes/single-page-apps-ftw-revisited
https://github.com/cironunes/spa-sample
Last synced: 5 days ago
JSON representation
https://speakerdeck.com/cironunes/single-page-apps-ftw-revisited
- Host: GitHub
- URL: https://github.com/cironunes/spa-sample
- Owner: cironunes
- Created: 2013-12-23T13:52:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-23T14:10:31.000Z (about 11 years ago)
- Last Synced: 2024-10-06T02:01:53.366Z (4 months ago)
- Language: JavaScript
- Size: 3.64 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Single Page Apps FTW!
This is the demo application from the talk [Single Page Apps FTW!](https://speakerdeck.com/cironunes/single-page-apps-ftw-revisited).
## Stack
You must have already installed before start:
- MongoDB
- NodeJS
- NPM
- Bower## How to run
Before start, make sure that ```mongo``` is running.
Then install the application dependencies:
```
$ npm install && bower install
```Start the server application:
```
$ node server.js
```Open other terminal tab and start the application:
```
$ python -m SimpleHTTPServer
```Go to ```http://localhost:8080``` and have fun!