PAkerstrand / NotificationTest

Test of the Web Notifications API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotificationTest

Test of the Web Notifications API

How to get up and running

  1. Make sure you have Node installed

  2. Install grunt-cli and Bower globally

    npm install -g grunt-cli bower
    
  3. Clone, install and start the server

    git clone git@github.com:PAkerstrand/NotificationTest.git 
    cd NotificationTest 
    npm install && bower install 
    grunt server
    
  4. Open your browser of choice, and navigate to http://localhost:9000

About

Test of the Web Notifications API


Languages

Language:JavaScript 98.5%Language:CSS 1.4%Language:CoffeeScript 0.0%