Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.04 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.04 KB

Simple React Countdown Timer

A simple ​countdown timer application build with React JS.

Installation

Step 1 - clone the repo

$ git clone https://github.com/uidoyen/countdown-timer

Step 2 - cd in the repo

$ cd countdown-timer

Step 3 - install dependencies

$ npm install
#or
$ yarn install

Step 4 - run application

$ npm run start
#or
$ yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

$ npm run build
#or
$ yarn build

The page will reload if you make edits.
You will also see any lint errors in the console.