Skip to content
/ elytics Public

Simple Ember.js app that generates a minimal analytics report from your Google analytics data.

Notifications You must be signed in to change notification settings

pratyk/elytics

Repository files navigation

Elytics

Simple Ember.js app that generates a minimal analytics report from your Google analytics data.

  • You will need client id for local dev and server deploy from google.
  • Rename env.txt to .env
  • Replace the client id in .env

Prerequisites

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

Installation

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

Running / Development

  • Create ssl dir mkdir ssl
  • Generate SSL cert for the local dev. openssl req -x509 -newkey rsa:2048 -keyout server.key -out server.crt -nodes
  • ember server --ssl
  • Visit your app at https://localhost:4200.

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Simple Ember.js app that generates a minimal analytics report from your Google analytics data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published