Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vertocode/fast-typing

It consists of an application that allows the user to test and improve his typing, displaying a series of words and counting how many were correct in a given time.
https://github.com/vertocode/fast-typing

typescript vite vue3-composition-api

Last synced: 7 days ago
JSON representation

It consists of an application that allows the user to test and improve his typing, displaying a series of words and counting how many were correct in a given time.

Awesome Lists containing this project

README

        

# Vite + TypeScript + ESLint Standard With TypeScript

## How run this project:

#### Run this command:
`yarn install` or `npm install`

#### After, to run and open application execute this command:
`yarn dev --open` or `npm run dev`

---