@zl-jspg/local-client
v1.1.1
Published
## Introduction
Downloads
4
Readme
ZL Code Playground (client-side)
Introduction
- An in-browser compile & bundle code-editor for JavaScript. It is inspired and modified from a great course on Udemy taught by Stephen Grider. Definitely deserve to check it out!
- If you are familiar with Python, this is more like a JavaScript version Jupyter notebook. Perfect for practising interview questions or running the short demo for unfamiliar packages.
- This repo is the development version and only contains the client-side code for the project. But is still fully usable.
How to use it
This project was bootstrapped with Create React App.
- Clone or download the project to your local device
- Navigate to the root directory and run
npm install
- start the application by running
npm run
Main Features
Check out the complete project repo