https://github.com/abolkog/js-playground
A minimal JavaScript playground/codesandbox for quick code testing
https://github.com/abolkog/js-playground
code-sandbox demo javascript js-playground redux sandbox
Last synced: about 1 year ago
JSON representation
A minimal JavaScript playground/codesandbox for quick code testing
- Host: GitHub
- URL: https://github.com/abolkog/js-playground
- Owner: abolkog
- License: mit
- Created: 2017-12-18T14:00:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T04:36:29.000Z (over 1 year ago)
- Last Synced: 2025-03-27T10:34:19.234Z (about 1 year ago)
- Topics: code-sandbox, demo, javascript, js-playground, redux, sandbox
- Language: TypeScript
- Homepage:
- Size: 78.2 MB
- Stars: 12
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## js-playground (JavaScript Playground)


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

## Available Libraries
- [Redux](https://redux.js.org/)
- [Lodash](https://lodash.com/)
- [Axios](https://github.com/axios/axios)
- [Luxon](https://moment.github.io/luxon/#/)
## Demo
You can see demo at [This link](https://abolkog.github.io/js-playground/index.html)
## Run it locally
1- Clone the Repo
2- If you are using `nvm`, setup node version using the `.nvmrc` file
```shell
nvm use
```
3- Install the dependencies
```shell
npm install
```
4- Start the dev server
```shell
npm start
```
5- Visit [http://localhost:3000](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](https://github.com/abolkog)
See also the list of [contributors](https://github.com/abolkog/js-playground/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details