Learn to write morse code and have fun with this easy to use tool.
Use the spacebar to write morse code.
A short press is a dit [ . ] whereas a long press is a dah [ - ]
If you make a mistake you can remove the last character with the delete key.
- install node + npm
- install webpack globally:
npm install webpack -g
- install project requirements:
npm install
- run webpack-dev-server:
npm start
- view output on
http://localhost:8080
(default)