-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The best 'hello world' you've ever seen #90
Comments
I think in terms of a "slick" experience that incites jealousy:
I do find it (very slightly) annoying deleting the blog + pages + nav when I make a Sapper bug repro or similar, so perhaps a cli flag to create the demo project without the "skeleton app" files for people who have done this before. |
A flag to spit out just a skeleton directory structure would be great. A |
Since we have |
A template corresponding to the new Renderings. #244 |
@Rich-Harris Are you still considering this issue from Dec 2020 in the current roadmap? If it's the case, I would love to help 🙂 |
Closing this now that we have https://netlify.demo.svelte.dev (the todos app is a little wonky due to a problem with the API, but there's a separate issue to look into that sveltejs/api.svelte.dev#8) |
In case it's unintentional - netlify.demo.svelte.dev doesn't load. |
The page you're greeted with when you first do
npm run dev -- --open
on your firstnpm init svelte
project should serve several purposes:src/routes/index.svelte
' and 'visit https://svelte.dev to learn how to build Svelte apps'App.svelte
now calledsrc/routes/index.svelte
?')At the same time, if you're experienced with SvelteKit, it should be very quick and easy to remove the starter files to get started with your own stuff, so there shouldn't be too many routes/components/static assets.
The text was updated successfully, but these errors were encountered: