Basic Svelte App
Install dependences with npm install
and run the server with npm start
https://swapi.graph.cool/ https://svelte.dev/tutorial
[ ] support sass [ ] clear and easy to maintainance [ ] easy to write test
[ ] Create different components [ ] Create e clear file structure [ ] Make an api call
Can not use require for components
OK: import Title from "./components/Title.svelte" KO: const Title = require('./Title.svelte')
With Parcel it is not easy to support sass and have the same Svelte behaviour