My first Svelte project, powered by create-svelte
.
I built this project entirely on replit.com
!
I also have the project set up locally just to make sure everything works on replit and locally.
A large majority is done using the mobile app on my Galaxy Z Flip 3
No.. the screen size isnt exactly ideal for editing code but hey it works for me.
I've spent some time messing with raw html, css and js and figured id see what allthe framework hype was all about.
So far im enjoying using svelte as it feels pretty natural compared to how react/react-native felt like i had to relearn everything from the beginning.
You can fork the project here
on replit, or you can fork this repo
To deploy after cloning this repo, you may need to install an adapter for your target environment.
If you've forked this project from github
install dependencies with:
npm install
npm run dev
a browser window will open automatically
To create a production version of this app:
npm run build
You can preview the production build with:
npm run preview