Go to file
Antti Pilto f6bc13bfb9 Cleanup code 2018-11-17 16:09:14 +02:00
src Cleanup code 2018-11-17 16:09:14 +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 add support for webpack2 2017-03-18 14:58:55 +02:00
LICENSE Initial commit 2016-07-27 19:24:24 +03:00
README.md Cleanup code 2018-11-17 16:09:14 +02:00
package-lock.json Add polyfills and prod build 2018-11-17 01:19:55 +02:00
package.json Cleanup code 2018-11-17 16:09:14 +02:00
postcss.config.js it works! 2018-11-17 00:13:25 +02:00
webpack.config.js it works! 2018-11-17 00:13:25 +02:00
webpack.config.prod.js Add polyfills and prod build 2018-11-17 01:19:55 +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