JkDevArg / git-svelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use-this-project <3

Everything you need to build a Svelte project, powered by create-svelte.

Use this project

If you're seeing this, you've probably already done this step. Congrats!

# install dependency
npm install

# execute
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.

To deploy your app, you may need to install an adapter for your target environment.

About


Languages

Language:Svelte 56.2%Language:JavaScript 38.5%Language:HTML 5.3%