Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!