Home

Awesome

Learning Create Snowpack App (CSA)

Just one of the things I'm learning. https://github.com/hchiam/learning

(If you need to use npm instead of yarn, just remove the --use-yarn option and replace yarn start with npm start.)

<hr/>

Snowpack + Svelte + Typescript + TailwindCSS: (snowpack-svelte-ts-tw or app-template-sstt)

Triple-click to select all:

npx create-snowpack-app my-app --template snowpack-svelte-ts-tw --use-yarn && cd my-app && yarn start

Triple-click to select all:

npx create-snowpack-app my-app --template app-template-sstt --use-yarn && cd my-app && yarn start
<hr/>

Snowpack + Svelte + TypeScript: (official template)

Triple-click to select all:

npx create-snowpack-app my-app --template @snowpack/app-template-svelte-typescript --use-yarn && cd my-app && yarn start
<hr/>

Snowpack + React + TypeScript: (official template)

Triple-click to select all:

npx create-snowpack-app my-app --template @snowpack/app-template-react-typescript --use-yarn && cd my-app && yarn start
<hr/>

All Official CSA Templates:

https://github.com/snowpackjs/snowpack/tree/main/create-snowpack-app/cli