parikhv15 / eDocLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI Code Climate Test Coverage Issue Count Document Coverage

eDocLite

This is the eDocLite project made under UITS for the P632 course.

Website : http://p632-sp-2016.github.io/eDocLite/

Documentation : https://doc.esdoc.org/github.com/p632-sp-2016/eDocLite/

Presentation Links : Week 1 | Week 2 | Week 3 | Week 4 | Week 7

Steps to Run:

  1. Install Dependencies
npm install
  1. Run Application
npm start
  1. Stop Application
npm stop

Steps to Test:

Start Karma Server

npm test

Steps to generate documents using esdoc:

npm docs

Steps for using eslint:

npm lint

Steps to generate documentation using esdoc hosting service:

  1. Go to: https://doc.esdoc.org/-/generate.html

  2. Input: "git@github.com:p632-sp-2016/eDocLite.git"

  3. Click the "Generate" button

  4. View documentation on: https://doc.esdoc.org/github.com/p632-sp-2016/eDocLite/

About

License:MIT License


Languages

Language:JavaScript 97.9%Language:CSS 1.6%Language:HTML 0.5%