Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 859 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 859 Bytes

project-2-VoteApp

A jstogether project. Follow us on slack and reddit https://www.reddit.com/r/jstogether.

Demo

http://casioo.github.io

Running The App

To run the app, follow these steps.

  1. Install gulp, our task runner:
npm install -g gulp
  1. Install jspm, our client side package manager:
npm install -g jspm@beta
  1. Configure jspm with your Github account. Prevents any download rate-limits:
jspm registry config github
  1. Install the required npm development tools:
npm install
  1. Install the required jspm client libraries:
jspm install -y
  1. Start the development webserver:
gulp watch or gulp serve
  1. Browse to http://localhost:9000.