A collection of UIs that do the wrong things well. Contributions welcome.
- Clone the repo
make test
to run the test suitemake run
to start the development server- Open your browser to
http://localhost:3000/
-
Copy one of the apps in
src/apps/:template
tosrc/apps/:newthing
. -
make run
. -
Your project should be visible at
localhost:3000/:newthing
. Follow whatever file structure you please, so long as the following two files exist:layout.html.ejs
to render your HTML templateindex.js
to boostrap your client-side JS
- Preact for UI components
- esbuild for bundling assets
- Express to handle requests
- Google Cloud Run for hosting