davidrus / stealthwatch-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

# clone our repo
# --depth 1 removes all but one .git commit history
git clone --depth=1 https://github.com/davidrus/stealthwatch-demo.git <your-project-name>

# change directory to our repo
cd <your-project-name>

# install all dependencies
npm install

Start

# start the server, webpack ( which runs Typescript compilation and linting with TSlint and Codelyzer )
npm start

open http://localhost:9000

About

License:ISC License


Languages

Language:JavaScript 63.5%Language:TypeScript 29.7%Language:HTML 6.3%Language:CSS 0.5%