Everything you need to build a Svelte project, powered by [create-svelte
](https://github.
com/sveltejs/kit/tree/master/packages/create-svelte).
create-svelte version 2.0.0-next.149
This is beta software; expect bugs and missing features.
Problems? Open an issue on https://github.com/sveltejs/kit/issues if none exists already.
✅ Typescript
Inside Svelte components, use
<script lang="ts">
✅ ESLint
https://github.com/svelte-add/svelte-adders
Next steps:
cd feedmypixel.svelte
npm install
git init && git add -A && git commit -m "Initial commit"
npm run dev -- --open
To close the dev server, hit Ctrl-C
Stuck? Visit us at https://svelte.dev/chat
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
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.