All Projects → tonyketcham → sapper-tailwind2-template

tonyketcham / sapper-tailwind2-template

Licence: MIT license
🐝 Sapper and Tailwind 2.0 with all the nuts and bolts 🍯 TypeScript, ESLint, Prettier

Programming Languages

javascript
184084 projects - #8 most used programming language
Svelte
593 projects
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to sapper-tailwind2-template

plugin-pug
Prettier Pug Plugin
Stars: ✭ 163 (+379.41%)
Mutual labels:  prettier
linter-sniffer-pretty-printer
Collection of packages and configs to lint and format code in your WordPress project.
Stars: ✭ 35 (+2.94%)
Mutual labels:  prettier
webpack-html-boilerplate
Boilerplate for building html templates
Stars: ✭ 17 (-50%)
Mutual labels:  prettier
vue3-vite-ts
Vue 3 Scaffolding (Vite + TS + Linters + Jest + TailwindCSS)
Stars: ✭ 27 (-20.59%)
Mutual labels:  prettier
eslint-config-typescript-unified
🛠️ A unified ESLint configuration with sensible defaults for TypeScript projects.
Stars: ✭ 15 (-55.88%)
Mutual labels:  prettier
prettier-eslint-webpack-plugin
Webpack plugin for prettier-eslint which ESLint's settings is set to JavaScript Standard Style
Stars: ✭ 24 (-29.41%)
Mutual labels:  prettier
taro3-vue3-template
一个基于 Taro3 和 Vue3 框架微信小程序模版。 核心技术采用Taro3、Vue3、TypeScript、NutUi、Vux4/Pinia、VueUse
Stars: ✭ 115 (+238.24%)
Mutual labels:  prettier
advanced-spring-scaffold
This project provides an advanced baseline to help you kick start a Spring project.
Stars: ✭ 21 (-38.24%)
Mutual labels:  prettier
typescript-react-starter
React & TypeScript Starter with webpack, ts-jest and runtime environment variables. It comes with fp-ts ecosystem and pre-configured prettier, eslint, vscode, husky hooks and Dockerfile to build a deployable image of your app
Stars: ✭ 17 (-50%)
Mutual labels:  prettier
Project14-A-Web-Audio-Editor
🔊 AUDI ✨클라이언트 기반 웹 음성 편집기(audio editor)✨
Stars: ✭ 28 (-17.65%)
Mutual labels:  prettier
angular-starter
🚀 Angular 14 Starter with Storybook, Transloco, Jest, TestCafe, Docker, ESLint, Material & Prettier 🚀
Stars: ✭ 124 (+264.71%)
Mutual labels:  prettier
alda
A boilerplate for React isomorphic aplication with Material Design
Stars: ✭ 16 (-52.94%)
Mutual labels:  prettier
pre-commit-hooks
Standardizing our code quality tooling 🛠️
Stars: ✭ 44 (+29.41%)
Mutual labels:  prettier
fe-standard-config-seed
前端通用代码规范自动化接入
Stars: ✭ 18 (-47.06%)
Mutual labels:  prettier
eslint-config
🚀 Jetrockets Standarts | ESLint
Stars: ✭ 20 (-41.18%)
Mutual labels:  prettier
RNPlayground
React Native 相关,Prettier ESLint Redux Rematch使用
Stars: ✭ 28 (-17.65%)
Mutual labels:  prettier
photosnap-webiste
Complete, fully responsive, lightning-fast and image-heavy website.
Stars: ✭ 19 (-44.12%)
Mutual labels:  prettier
eslint-config-welly
😎 ⚙️ ESLint configuration for React projects that I do. Feel free to use this!
Stars: ✭ 21 (-38.24%)
Mutual labels:  prettier
coderplex
(Old) Frontend for coderplex.org
Stars: ✭ 40 (+17.65%)
Mutual labels:  prettier
pretgo
Basic CLI for format Json, HTML and XML Yaml!
Stars: ✭ 32 (-5.88%)
Mutual labels:  prettier

🐝 Sapper Template w/ Tailwind 2.0, TypeScript, ESLint, and Prettier 🍯

sapper-tailwind2-template build status

Announcements

  • [4/16/2021]: Highly recommend using SvelteKit over Sapper even for production applications
  • [11/10/2021]: With the success of SvelteKit as the replacement to Sapper, this project will be deprecated and archived when SvelteKit leaves beta

All the Sapper x Tailwind 2.0 starter templates I came across were outdated using either Tailwind v1 or an old version of Sapper.

So I made one for getting started featuring all the nuts and bolts of a more advanced config to help ya hit the ground running quicker.

Very open to community PRs to keep this thing up to date and eliminate the headaches others will go through when things inevitably get updated in the future.

Usage 🧙‍♂️

With degit

npx degit "tonyketcham/sapper-tailwind2-template" my-winded-app

With GitHub Templates

Click on "Use this template" to create a new project repository initialized by the template.

Running the project

Once you have created the project, install dependencies and run the project in development mode:

cd my-winded-app
yarn install
yarn dev

This will start the development server on localhost:3000. Open it and click around.

You now have a fully functional Sapper project! To get started developing, consult sapper.svelte.dev.

Previewing Static Site Generation

yarn static

This will export your site into static files and open a local production server on localhost:5000. Open it and make sure everything matches your dev server.

📝 Notes

You will encounter this when you run yarn dev:

• service worker
No directory provided. Skipping CSS generation

This is a Sapper service worker issue and can be safely ignored until they address this with a fix.

Contributions

I'm very open to issues & PRs to keep this template updated, improved, and living on as a source of maintained truth. Don't shy away from posting in the issues or discussions tab with any questions or problems you're facing, or your thoughts on how to improve this template.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].