Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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