/js-playground-proto1

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

Primary LanguageJavaScript

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)