/webbox

A web sandbox for proof of concept work.

Primary LanguageJavaScriptMIT LicenseMIT

Web Box

A web sandbox for proof of concept work that you don't want to use Ccodepen or JSFiddle for.

  • Uses webpack to compile JavaScript
  • Blaze for a UI toolkit and base CSS styles. The JavaScript for Blaze UI is not included in this project.

Running the server

  • Execute npm start
  • Browser will refresh on changes using webpack dev server.
  • Start building!