• Robert Knight's avatar
    Add a UI component demo app · ada3e957
    Robert Knight authored
    Add a new `/ui-playground` route to the client's dev server which hosts
    a UI component playground/demo app, plus a link to this route on the dev
    server homepage. The demo app provides a place to see and experiment with
    UI components outside the context of the sidebar/notebook apps.
    
     - Add new `/ui-playground` route to dev server which serves a small
       Preact SPA
    
     - Add Preact SPA in `dev-server/ui-playground/` with a couple of
       placeholder "demos" for the `Button` and `Menu` components
    
     - Add configuration to gulpfile.js to build ui-playground JS and CSS
       bundles for Preact SPA
    ada3e957
Name
Last commit
Last update
..
documents Loading commit data...
static/scripts Loading commit data...
templates Loading commit data...
ui-playground Loading commit data...
README.md Loading commit data...
create-server.js Loading commit data...
serve-dev.js Loading commit data...
serve-package.js Loading commit data...