Svelte

Svelte is a Javascript framework for building fast web applications. Svelte converst your app to optimized JS code when it is compiled. Instead of interpretting the application code at run time.

  • Svelte Website
  • Create a Svelte Site

Create Svelte Project

npx degit sveltejs/template notion-user-example
cd notion-user-example
yarn install
yarn run dev

Contact

Content is copyrighted 2019-2023 © D.S. Chapman. This site was built using GatsbyJS. Code for this website is open source and available on Github