Skip to content

CasiOo/CasiOo.github.io

Repository files navigation

project-2-VoteApp

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

Demo

Flex and indexedDB aren't implemented properly in Safari yet.
Please view using another browser, thanks :)

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published