A simple JavaScript playground / code sandbox hooked up with few libraries for quick code testing
You can see demo at This link
1- Clone the Repo
2- If you are using nvm
, setup node version using the .nvmrc
file
nvm use
3- Install the dependencies
npm install
4- Start the dev server
npm start
5- Visit http://localhost:3000 on your browser.
6- Start writing JS code !
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Khalid Elshafie - Initial work - abolkog
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details