rzkmr / stop_watch

Javascript react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop Watch

Simple Stop watch.



Usage

Clone this repository

git clone git@github.com:rzkmrs/stop_watch.git

Install

npm install

Start the application in development mode

npm start

Open http://localhost:8080 in your browser.

Static files are served from the public folder, project JavaScript files are bundled from the app folder.

When ready, build for production

npm run build

This will generate a minimized bundle.js file on the public folder.

Dependencies

  • React & React-DOM
  • Webpack & webpack-dev-server
  • Babel Core
  • Babel Loader (With "es2015" and "react" presets)

About

Javascript react

License:MIT License


Languages

Language:JavaScript 85.3%Language:CSS 11.5%Language:HTML 3.3%