Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oleksandrkartashev/keyboard-test
- Owner: oleksandrkartashev
- Created: 2024-01-12T16:23:27.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-24T15:21:13.000Z (12 months ago)
- Last Synced: 2024-02-09T00:50:28.919Z (11 months ago)
- Topics: css, html, javascript, scss
- Language: SCSS
- Homepage: https://oleksandrkartashev.github.io/keyboard-test/
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
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```