joe-crick / account-health-tracker

An application to track the health of a client's accounts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

account-health-tracker

Greenkeeper badge

Welcome to the account-health-tracker DoneJS application!

The Account Health Tracker allows a user to view the account health of clients and projects for a company. In conjunction with regular reviews of the application’s data, a user can monitor and improve client account management.

Below are a few relevant links for this project:

Getting started

To install all dependencies, (e.g. after cloning it from a Git repository) run

npm install donejs -g
npm install

Running tests

Tests can be run with

donejs test

Development mode

Development mode can be started with

donejs develop

Build and production mode

To build the application into a production bundle run

donejs build

In Unix environment the production application can be started like this:

NODE_ENV=production npm start

About

An application to track the health of a client's accounts


Languages

Language:JavaScript 58.0%Language:HTML 20.5%Language:CSS 20.0%Language:RAML 1.5%