This is a starter template for a Sveltekit, Tailwind, Carbon Design System project. It uses sqlite for the database.
This template has the login and logout routes set up.
npx degit Krowemoh/sveltekit-carbon my-app
cd my-app
npm install
npm run dev
This will run the project on all interfaces on port 7091.
There is a .env.example
that can be used.
cp .env.example .env
The HOST and PORT information will be used when running it in live.
I have another template for KonstaUI