ademilly / reactoclock

Static website using React to display local time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React O Clock static website

Just a single page 'application' displaying local time. Using React for fun!

Setup

Install dependencies:

    npm install

To compile bundle.js:

    browserify main.js -t babelify -o static/js/bundle.js -v 

Usage

Just open index.html with a browser ya dingdong!

About

Static website using React to display local time

License:MIT License


Languages

Language:JavaScript 99.9%Language:CSS 0.0%Language:HTML 0.0%