Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 565 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 565 Bytes

Jira Goggles

Build Status

Jira Goggles project - client. ##Quickstart ###Before start:

npm install -g webpack
npm install -g webpack-dev-server
npm install -g karma-cli
npm install -g protractor
npm install -g typescript

###Clone with:

git clone https://github.com/JiraGoggles/jiragoggles-frontend.git

###After cloning type in console:

npm install
npm run server:dev:hmr

Enjoy, at http://localhost:3000/.