Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgautsch/webbox

A web sandbox for proof of concept work.
https://github.com/dgautsch/webbox

css html javascript webpack

Last synced: about 1 month ago
JSON representation

A web sandbox for proof of concept work.

Awesome Lists containing this project

README

        

# 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](https://www.blazeui.com/) 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!