/JSPlayground

Primary LanguageTypeScriptMIT LicenseMIT

JSPlayground

Vanilla JavaScript Playground

Netlify Status

How to...

  • Install:
npm Install
  • Develop mode:
npm run watch

Once ready you can open the localhost url and edit files and playtest at the same time.

  • Or Build for a server:
npm run build

Everything will be on /dist folder. You can use all that files to deploy it to your favorite server, static site service, custom machine,...

Bibliography

Comparison of JavaScript-based source code editors JS-Interpreter