Awesome
Snowpack + Svelte + Tailwind + Typescript template
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:END -->A GitHub and csa-template
template to start developing SSTT in seconds.
<span><img src="https://github.com/LBrian/app-template-svelte-typescript-tailwind/blob/main/public/logo.svg?raw=true" width="40px" alt="svelte"></span> <span><img src="https://github.com/LBrian/app-template-svelte-typescript-tailwind/blob/main/public/tailwindcss.svg?raw=true" width="70px" alt="tailwindcss"></span> <span><img src="https://github.com/LBrian/app-template-svelte-typescript-tailwind/blob/main/public/typescript.png?raw=true" width="40px" alt="typescript"></span> <span><img src="https://github.com/LBrian/app-template-svelte-typescript-tailwind/blob/main/public/snowpack.png?raw=true" width="50px" alt="snowpack"></span>
Why this template
- Purge unused TailwindCSS utilities
- No unnecessary messy
postcss
dependencies
Create a new app
npx create-snowpack-app my-app --template app-template-sstt && cd my-app && npm start
npm start
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 test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
npm run build
Builds a static copy of your site to the build/
folder.
Your app is ready to be deployed!
For the best production performance: Add a build bundler plugin like @snowpack/plugin-webpack or snowpack-plugin-rollup-bundle to your snowpack.config.json
config file.
Q: What about Eject?
No eject needed! Snowpack guarantees zero lock-in, and CSA strives for the same.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tr> <td align="center"><a href="http://hchiam.com/?can-you-find-all-the-hidden-features?"><img src="https://avatars.githubusercontent.com/u/18131787?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Howard Chiam</b></sub></a><br /><a href="https://github.com/LBrian/app-template-s2t2/commits?author=hchiam" title="Code">💻</a></td> <td align="center"><a href="https://github.com/avimshah"><img src="https://avatars.githubusercontent.com/u/25670207?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Avi Shah</b></sub></a><br /><a href="https://github.com/LBrian/app-template-s2t2/commits?author=avimshah" title="Code">💻</a></td> </tr> </table> <!-- markdownlint-restore --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->This project follows the all-contributors specification. Contributions of any kind welcome!