/imba-typing

Typing speed test made with Imba

Primary LanguageSCSSMIT LicenseMIT

Imba typing

Typing speed test made with Imba (and Sass). This is my first project using Imba. You can check it here. It's super simple and have a short learning curve, I encourage you to try it.

Screenshot

Installation

npm install

Run and Development

Using webpack-dev Server

npm run dev

Then open localhost:8080

Using standalone

npm install -g imba
npm run build 
# or npm run watch

It will output dist/client.js, then just open index.html directly on a browser