/kanjitesto

Application to help learn kanji and words

Primary LanguageJavaScriptApache License 2.0Apache-2.0

kanjitesto

Application that helps learning Kanji and Japanese words

Requirements

  • NodeJS

Tech Stack

Setup

Install dependencies:

$ npm install

Start the server:

$ npm start

To run the server in release mode, set the environment variable NODE_ENV=production

Test

Run tests:

$ npm test

Watch and re-run tests:

$ npm run test:watch

Release

Generate a release build in dist:

$ npm run build