https://github.com/dgautsch/webbox
A web sandbox for proof of concept work.
https://github.com/dgautsch/webbox
css html javascript webpack
Last synced: 3 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:55:30.000Z (over 3 years ago)
- Last Synced: 2025-02-11T09:56:23.929Z (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!