Solid + snowpack + tailwindcss template You get HMR out of the box and full PWA compatible.
Regardless of how you chose to get the project installed locally, it's recommanded to use pnpm to install your dependencies. It's faster, safer and easier.
Once cloned, you can just run pnpm install
.
Click on the Use this template green button at the top right
npx degit amoutonbrady/solid-snowpack-starter new-dir
You don't have much configuration to do yourself. Out of the box everything should just work. When building for production, you might want to change some assets regarding icons & app name. You can do so in the public folder. Most of the link I used to generate the PWA files are available in the index.html
Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Builds a static copy of your site to the build/
folder.
The build uses rollup for minimum file size output
Your app is ready to be deployed!
No eject needed! Snowpack guarantees zero lock-in.