Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dgautsch/webbox
- Owner: dgautsch
- License: mit
- Created: 2019-07-19T01:40:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:55:30.000Z (almost 2 years ago)
- Last Synced: 2023-05-16T05:27:07.157Z (over 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Size: 1.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!