GitXplorerGitXplorer
A

svelte

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
b1996df4959bebf61b86bea9dcbd9837c1f89a9f

Use npx (#1)

AAlexHayton committed 3 years ago
Unverified
753bd25a3d1967896bfc5345e771276f7f230265

Experiment with Circleci and netlify

AAlexHayton committed 3 years ago
Unverified
a5fb86d6a157a2a4a959a21a9d939e6695dde942

Initial commit

AAlexHayton committed 3 years ago

README

The README file for this repository.

Svelte Example

This directory is a brief example of a Svelte site that can be deployed with Vercel and zero-configuration. If you need to use API Routes, we recommend using our SvelteKit example.

Deploy Your Own

Deploy with Vercel

Live Example: https://svelte.examples.vercel.com

Getting Started

npx degit sveltejs/template svelte-app
npm install

Then, start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.