abolkog / js-playground

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:TypeScript 83.9%Language:JavaScript 10.7%Language:CSS 2.7%Language:HTML 2.6%Language:Shell 0.1%