maazmmd / cns-dashboard

CNS Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNS DashBoard

Prerequisite

NodeJS (v5.6.0+) with NPM 3.6.0+


Installing Node on Mac

Reference link

Open Terminal and follow below instructions/commands
Install brew
$$ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install NodeJS
$$brew install node
To see if Node is installed, type node -v in Terminal.
To see if NPM is installed, type npm -v in Terminal.

Upgrade to latest version of Node and NPM
$$brew update
$$brew upgrade node


Project Structure

Create following project structure (Directory)

CNS_Dashboard
|----- ui
|----- services


Instructions / Usage :

Clone the code from the repository using Below Instruction

$$ git clone https://github.com/maazmmd/cns-dashboard CNS_Dashboard

Go Inside isha_Dashboard UI Directory
$$ cd CNS_Dashboard/ui

$$ bower Install

Install Globally Http-server using npm
$$ npm install -g http-server

$$ http-server -c1
Run the Http-server which will run on Default Port 8080, URL : http://127.0.0.1:8080/#!/

About

CNS Dashboard

License:MIT License


Languages

Language:CSS 71.2%Language:JavaScript 17.6%Language:HTML 11.3%