Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/admodev/react-vite-timer
Timer app made with React + Vite yarn create.
https://github.com/admodev/react-vite-timer
Last synced: about 22 hours ago
JSON representation
Timer app made with React + Vite yarn create.
- Host: GitHub
- URL: https://github.com/admodev/react-vite-timer
- Owner: admodev
- Created: 2024-08-10T04:33:56.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-10T04:37:01.000Z (3 months ago)
- Last Synced: 2024-08-10T05:34:07.287Z (3 months ago)
- Language: CSS
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite + React + Typescript + Eslint + Prettier + React Testing Library
A starter for React with Typescript with the fast Vite and all static code testing with Eslint and formatting with Prettier.
I found out about Vite and I wanted to have a boilerplate for the technologies that I use. You can find more about these in the following links: [Vite](https://github.com/vitejs/vite), [React](https://reactjs.org/), [Typescript](https://www.typescriptlang.org/), [Eslint](https://eslint.org/), [Prettier](https://prettier.io/).
## Installation
Clone the repo and run `yarn install`
## Start
After the successfull installation of the packages: `yarn dev`
## Test
Run `yarn test` to run testing