Alarms & Clock clone from Windows 10 built as a PWA. Just for fun.
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
To run the application locally just run the dev
script.
npm run dev
And open localhost:3000
on your browser.
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
MIT © Made with love a keyboard by Danilo Barros