Go to file
nya 9d23ba001e nya 2023-12-21 22:51:15 +00:00
src Switched from sw-precache to workbox 2019-12-06 14:51:20 +02:00
.babelrc Add polyfills and prod build 2018-11-17 01:19:55 +02:00
.editorconfig Decrease indent size from now on 2018-11-04 22:50:43 +02:00
.gitignore dont ignore index.html 2019-12-06 19:23:23 +02:00
Dockerfile nya 2023-12-21 22:51:15 +00:00
LICENSE Initial commit 2016-07-27 19:24:24 +03:00
README.md Cleanup code 2018-11-17 16:09:14 +02:00
docker-compose.yml nya 2023-12-21 22:51:15 +00:00
index.html Should probably commit index.html 2019-12-06 15:02:15 +02:00
package-lock.json fix dep vulnerability 2019-12-06 14:57:00 +02:00
package.json fix dep vulnerability 2019-12-06 14:57:00 +02:00
postcss.config.js it works! 2018-11-17 00:13:25 +02:00
webpack.config.js clean up 2019-12-06 15:06:54 +02:00
webpack.config.prod.js clean up 2019-12-06 15:06:54 +02:00

README.md

Kana Quiz

Kana Quiz made with React.js.

See live at https://kana.pro/

Install deps: npm install

Development: npm start

Production: npm run build