GitXplorerGitXplorer
a

sveltekit-starter

public
0 stars
0 forks
2 issues

Commits

List of commits on branch main.
Verified
f378d6b358368d313d5fdd7713048281f259b6b3

Merge pull request #1 from avarun42/dependabot/npm_and_yarn/vite-4.3.9

aavarun42 committed 2 years ago
Verified
48a3058a78f75aa270582c77124ef6b74d987b61

Bump vite from 4.3.3 to 4.3.9

ddependabot[bot] committed 2 years ago
Verified
e84a19e6f0b9f219c3e287eaa3b307876c7a0374

update deps

aavarun42 committed 2 years ago
Verified
2f69d5b59a2f5c5726284db36b472658db7c8673

add skeleton UI

aavarun42 committed 2 years ago
Verified
3f1c28b8555f84e41205bcf7c00d5e4f444c373a

add tailwind

aavarun42 committed 2 years ago
Verified
6b819d9138eb3f2ddd1301312b83b47b9b59ee1a

switch to adapter-vercel

aavarun42 committed 2 years ago

README

The README file for this repository.

create-svelte

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

Creating a project

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

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

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.

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