Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oleksandrkartashev/keyboard-test

Test keyboard
https://github.com/oleksandrkartashev/keyboard-test

css html javascript scss

Last synced: about 1 month ago
JSON representation

Test keyboard

Awesome Lists containing this project

README

        

# Keyboard test

This page is created for keyboard testing. Currently, it is still in the development process.

## Technologies Used

- HTML
- CSS
- SCSS
- Javascript (ES6)
- Webpack

## How to run

Project uses Webpack 5, to run, simply do this in the repository root: `npm install` and `npm run dev`.

## All tasks list

```bash

# Install dependencies
npm install

# Start server in development mode with hot reload.
npm run dev

# build for production with minification
npm run build

```