Straightforward game template, without shitty examples, and other shed.
Only minimal examples for each package.
- Flamework
- React
- UI Labs
- Reflex
- Debug and Env transformer
degit idkncc/roblox-ts-template my-awesome-game
# npx degit idkncc/roblox-ts-template my-awesome-game
# bunx degit idkncc/roblox-ts-template my-awesome-game
# then rename your game in package.json and default.project.json
# development
bun watch
bun serve
# production
bun build:prod