fastapi-svelte-template/frontend
2023-05-20 18:28:01 +02:00
..
src feat(frontend): add default html head 2023-05-20 18:28:01 +02:00
static feat(frontend): add default html head 2023-05-20 18:28:01 +02:00
.env feat(frontend): add default html head 2023-05-20 18:28:01 +02:00
.env.development feat(frontend): add default html head 2023-05-20 18:28:01 +02:00
.gitignore feat(frontend): add default html head 2023-05-20 18:28:01 +02:00
.npmrc feat(frontend): add sveltekit project files 2023-05-20 15:16:48 +02:00
package-lock.json feat(frontend): add default html head 2023-05-20 18:28:01 +02:00
package.json feat(frontend): add default html head 2023-05-20 18:28:01 +02:00
postcss.config.js feat(frontend): add default html head 2023-05-20 18:28:01 +02:00
README.md feat(frontend): add sveltekit project files 2023-05-20 15:16:48 +02:00
svelte.config.js feat(frontend): add default html head 2023-05-20 18:28:01 +02:00
tailwind.config.js feat(frontend): add default html head 2023-05-20 18:28:01 +02:00
tsconfig.json feat(frontend): add sveltekit project files 2023-05-20 15:16:48 +02:00
vite.config.ts feat(frontend): add default html head 2023-05-20 18:28:01 +02:00

Sveltekit Frontend

This a sveltekit project, created with the npm creation script.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

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:

npm run build

You can preview the production build with npm run preview.