bm-svelte-app
v1.0.1
Published
Boilerplate used by ByteMinds PH in our projects.
Downloads
1
Maintainers
Readme
ByteMinds PH Svelte Boilerplate
Pre-configured with the following
- SvelteKit
- Skeleton UI
- Prisma ORM
- Kit Routes
Easy steps to install
- Run the command in your terminal
npx bm-svelte-app
Navigate to your project directory via cd command and run
npm install
to install dependencies.Then run
npm run dev -- --open
to start the development server.
About SvelteKit
- More information here
About Skeleton UI
- More information here
About Prisma ORM
- More information here
About Kit Routes
- More information here