Create webapps quickly with Bildengine
Bildengine is a CLI tool that generates a RemixJS webapp for you.
Currently in development
Initial app generation:
npx bildengine
- The CLI tool will then ask you for some settings
- An folder will be created with the appname that you specified.
-
npm run dev
to run locally - Deployment - follow the instructions in Indie Stack
You will get Remix web app in TypeScript based upon the Indie Stack of technologies.
You will be able to configure additional models, routes, and more
Please see Development Docs