A minimal Vite (React TypeScript) starter with Blux already integrated. To get started a developer must clone the repository, install dependencies, set the Blux app id in the environment (from https://dashboard.blux.cc), and start the development server.
-
Clone the repository:
-
Install dependencies:
npm i
-
Add the Blux app id:
- Obtain the app id from https://dashboard.blux.cc.
- Copy
.env.exampleto.envand set theVITE_BLUX_APP_IDvalue.
-
Start the development server:
npm run dev