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.

Create Svelte Project

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

Contact

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