danilobjr / timer

Alarms & Clock clone from Windows 10 built as a PWA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timer

Alarms & Clock clone from Windows 10 built as a PWA. Just for fun.

Requirements

Installation

Open a terminal and clone the repository in your local machine by running this command.

git clone https://github.com/danilobjr/timer.git

Navigate to the project folder.

cd timer

Install project dependencies.

npm install

Running

To run the application locally just run the dev script.

npm run dev

And open localhost:3000 on your browser.

Deploy

You can easily deploy using now. First install it using npm.

npm install -g now

Login or create an zeit account.

now login

Navigate to project folder.

cd timer

Deploy to Zeit cloud by just running:

now

License

MIT © Made with love a keyboard by Danilo Barros

About

Alarms & Clock clone from Windows 10 built as a PWA

License:MIT License


Languages

Language:TypeScript 75.0%Language:SCSS 22.9%Language:JavaScript 2.2%