Skip to content

lex3a/blindtyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blindtyper

An app to show your typing speed.

There are two versions.

See React version live here

Or see Vue version live here

How to build

  1. Clone down project

    git clone https://github.com/lex3a/blindtyper.git

  2. Choose whether you want to test a React app or a Vue app

    For React cd blindtyper-react

    For Vue cd blindtyper-vue

  3. Now choose your build type

    Production npm run build

    Development npm run dev