Live demo: https://evileval.io
A small and highly experimental project for live code demonstration in JavaScript during presentations or public speeches.
This tool comes bundled with Babel Standalone ES2015 preset.
Clone the repository and run yarn or npm install to get all the dependencies. Once the dependencies are installed, run yarn start or npm start to start the development server.
The project is distributed under the MIT license. You are free to make changes.
- The editor is based on Ace Editor (https://ace.c9.io/)
- The Application is created with React (https://reactjs.org/)
- I used one of my react components too ๐ (https://github.com/theanam/react-simple-conditional)