Alay Translator is very simple React JS application to translate normal text to alay. Alay Translator does not require Javascript bundler. It embraces the use of JS modules feature from browsers.
Demo: https://tools.kaklabs.com/alay-translator.html
- Clone repository -
git clone git@github.com:kuntoaji/alay-translator.git
- Change directory -
cd alay-translator
- Run web server. If your machine has python, you can run
python -m SimpleHTTPServer
. - Open localhost from your browser. Example:
localhost:8000
.
- Run
npm install
- Run
npx babel modules --out-dir build --presets react-app/prod
- If you want to run in watch mode
npx babel --watch modules --out-dir build --presets react-app/prod
Released under the MIT License, Copyright (c) 2015–ω Kunto Aji Kristianto.