imba is the language that combine html, css and javascript in one
- frontend: best choice, it memoize dom make state management needless. css also better than tailwind
- backend: wait for officail v2, better use bun and elysia for now
- my imba-demo repo
- you should have degit available
bun add -g degit degit me7/imba/vite PROJ-NAMEto get frontend vite template (original template)bun update --latestto install dependenciesbun devto start development serverbun run buildto build html, js, css files