amoutonbrady / password-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solid snowpack starter (+ tailwind)

Solid + snowpack + tailwindcss template You get HMR out of the box and full PWA compatible.

Install

Using github template

Click on the Use this template green button at the top right

Using degit

npx degit amoutonbrady/solid-snowpack-starter new-dir

Configure

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

Available Scripts

npm run dev

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.

npm run build

Builds a static copy of your site to the build/ folder. Your app is ready to be deployed!

Q: What about Eject?

No eject needed! Snowpack guarantees zero lock-in.

About


Languages

Language:TypeScript 77.6%Language:HTML 19.3%Language:JavaScript 2.7%Language:CSS 0.4%