Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 521 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 521 Bytes

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