Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/villander/analytics-app
https://github.com/villander/analytics-app
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/villander/analytics-app
- Owner: villander
- Created: 2016-01-28T22:36:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T22:50:03.000Z (over 8 years ago)
- Last Synced: 2024-10-18T08:25:08.425Z (3 months ago)
- Language: HTML
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.