By Víctor Manuel Ontiveros and Joona Peni
In this info session, we showing off how simple Svelte can be as a frontend framework, in comparison to React or Vue. Take some time to run each app and get a feel for the code for each one. Then we will come back and disucss our findings.
npm i
to install all dependenciesnpm run react
, npm run vue
, npm run svelte
to run a development server of each notes app.