https://github.com/buildfrom/sveltekit-fsd
https://github.com/buildfrom/sveltekit-fsd
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildfrom/sveltekit-fsd
- Owner: BuildFrom
- License: mit
- Created: 2024-05-05T03:25:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T08:13:28.000Z (almost 2 years ago)
- Last Synced: 2024-05-06T04:25:50.540Z (almost 2 years ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SvelteKit starter
SvelteKit with FSD, shadcn-svelte and tailwind
## Developing
### [FSD: Architectural methodology](https://feature-sliced.design/)
Once you've created a project and installed dependencies with `npm install`, start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.