Skip to content

Yet another in-browser JS playground built on top of CodeMirror editor.

Notifications You must be signed in to change notification settings

lideo/js-playground-proto1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Playground Prototype #1

Yet another in-browser JS playground built on top of CodeMirror editor. This is work in progress so it doesn't do much yet.

Check out the demo.

JS Playground Prototype #1

Command list

Build for development:

npm run dev

Watch for changes and serve for development:

npm run watch

Build for production:

npm run prod

Plugins & packages

Loaders

HTML

  • html-loader

JS

  • babel-loader (with preset-env)

Sass

  • css-loader
  • postcss-loader (with autoprefixer)
  • sass-loader

CSS

  • css-loader
  • postcss-loader (with autoprefixer)

About

Yet another in-browser JS playground built on top of CodeMirror editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published