Skip to content

abolkog/js-playground

Repository files navigation

js-playground (JavaScript Playground)

GitHub package.json version

A simple JavaScript playground / code sandbox hooked up with few libraries for quick code testing

Sample

Available Libraries

Demo

You can see demo at This link

Run it locally

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 !

Contributing

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.

Authors

  • Khalid Elshafie - Initial work - abolkog

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details