Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 396 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 396 Bytes

ASCII Generator

Convert chars input to ASCII with ReasonML

Run

npm install
npm run server
# in a new tab
npm start

Open a new web page to http://localhost:8000/. Change any .re file in src to see the page auto-reload. You don't need any bundler when you're developing!