https://github.com/thiagonunesbatista/ignite-timer-reactjs
https://github.com/thiagonunesbatista/ignite-timer-reactjs
reactjs typescript vitejs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thiagonunesbatista/ignite-timer-reactjs
- Owner: thiagonunesbatista
- Created: 2022-07-27T17:07:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T18:03:53.000Z (over 2 years ago)
- Last Synced: 2024-12-31T19:39:49.602Z (5 months ago)
- Topics: reactjs, typescript, vitejs
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🕒 Ignite Timer
## 🌐 Links
[Figma](https://www.figma.com/community/file/1127351821076435124)
[My profile at RocketSeat platform](https://app.rocketseat.com.br/me/thiagonunesbatista)
## ⚙️ How to run the project
Take the next steps to start the project on your machine.
### Clone the Project
```bash
git clone [email protected]:thiagonunesbatista/ignite-timer-reactjs.git
```### Enter the project folder
```bash
cd ignite-timer-reactjs
```### Install the dependencies
```bash
npm install
```### Start the project in Development mode
```bash
npm run dev
```