A minimal starter app for creating a scramjet instance in react + tailwind + vite.
src/ - UI
public/ - Scramjet favicon
server.js - Scramjet dev server (Included in original bootstrap)
index.html - Vite entrypoint
To start: run bun i to install depencies, and then bun dev which starts the dev server.
This project does NOT feature any form of hot reloading, and UI changes require a rerun of the dev server.
If you want to contribute, feel free to do so.
All credits go to Scramjet team, you can find the original repository here.
I removed all the boilerplate (e.g. credits, text referring to dev instance stuff). I retained the copyright in the bottom left corner. (No disrespect to the original creators!!)