A TanStack Start + better-auth admin starter with Prisma ORM, React Aria, Tailwind, i18next.
Report Bug
·
Request Feature
A @tanstack/react-start + better-auth admin starter, with prisma, react-aria-components, tailwind, i18next.
@tanstack/react-startbetter-authi18nextprismatailwindcss@tanstack/react-formreact-aria-componentsbiome.js
Check out kolm-start, for a @tanstack/react-start starter with tRPC, drizzle-orm, better-auth and tailwindcss.
npm install npm@latest -g- Clone the repo, or use the template
git clone https://github.com/jellekuipers/kolm-start-admin.git
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes - Install NPM packages
npm install
- Create a
.envwith the following valuesDATABASE_URL=file:./dev.db VITE_BASE_URL=http://localhost:3000
- Initialize database
npm run db:push
- (optional in development) Seed the database with an admin user
npm run db:seed
- Start the dev server
npm run dev
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/amazing-feature) - Commit your Changes (
git commit -m 'Add some amazing-feature') - Push to the Branch (
git push origin feature/amazing-feature) - Open a Pull Request