svelte-example
Svelte 3 Programming Examples,
Thanks Rich Harris
History
History (국내상황)
Stackoverflow
Open Source
Open Source (examples)
Eudcation: Books & Videos
Versions
- node: 12.8.0
- npx/npm: 6.11.3
- degit - Straightforward project scaffolding
- now: 16.4.3
- surge: 0.21.3
- svelre 3.12.1
Miscellaneous
Terminology
- SSR : Server Side Rendering
- CSR : Clinet Side Rendering
- SPA : Single Page Application
- SEO : Search Engine Optimization : SSR
Commands
$ npx degit sveltejs/template svelte-with-sass
$ npm -i -g degit