项目作者: lalitmee

项目描述 :
Countdown timer
高级语言: JavaScript
项目地址: git://github.com/lalitmee/countdown-timer.git
创建时间: 2020-10-23T07:25:42Z
项目社区:https://github.com/lalitmee/countdown-timer

开源协议:

下载


countdown-timer

countdown-timer

How to run

1. Clone the repository

  1. git clone https://github.com/lalitmee/countdown-timer.git

2. Install Packages

  1. cd countdown-timer
  2. yarn
  3. # or
  4. npm install

3. Run

  1. yarn start
  2. # or
  3. npm start

4. Open in the browser

After running the command yarn start or npm start, it will open the server in your default
browser. If not, you can go to your browser and put

  1. localhost:3000

in the address bar and it will run.

  • If you are still not able to run it after the last step, it means that 3000 port is occupied with some
    other process so you will have to go to other port which will be
    1. localhost:3001
    and so on.