Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/villander/analytics-app


https://github.com/villander/analytics-app

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Analytics App with Node JS and Socket.io

This app, with auth github and show count users have online real time, and which pages were viewed.

## Prerequisites

You will need the following things properly installed on your computer.

* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Bower](http://bower.io/)

## Installation

* `git clone ` this repository
* change into the new directory
* `npm install`
* `bower install`

## Running / Development

* `npm run start`
* Visit your app at [http://localhost:3000](http://localhost:3000).
* Visit dashboart of app at [http://localhost:3000/dashboard.html](http://localhost:3000/dashboard.html).

### Running Tests

Specify what it takes to tests your app.

### Building

Specify what it takes to building your app.

### Deploying

Specify what it takes to deploy your app.