- Vite
- React.ts
- TailwindCSS
- TypeScript
- Eslint
- Prettier
- Clone the repo to your local machine using :
git clone https://github.com/Mobin-Karam/stopwatch.git
- Navigate to the project directory by running this in your terminal :
cd stopwatch
- Install all dependencies by running
npm install
oryarn install
.
npm install
or:
yarn install
- Start the development server using :
npm run dev
or:
yarn run dev
- Open http://localhost:5173/ on your browser to see the app in