All Projects → srmullen → Stts

srmullen / Stts

A starter template for Svelte, Tailwind, Typescript, and Snowpack

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Stts

Tw Universal Tokens
Use Tailwind tokens as CSS variables, SASS map, SASS variables, ES module, JSON & Common JS module.
Stars: ✭ 56 (-28.21%)
Mutual labels:  tailwindcss
Tailwindcss Sketch Kit
💎 Sketch UI kit for Tailwind CSS
Stars: ✭ 68 (-12.82%)
Mutual labels:  tailwindcss
Tailwindcss Theme Variants
Media-query- or JavaScript-based theme variants with fallback for Tailwind CSS
Stars: ✭ 73 (-6.41%)
Mutual labels:  tailwindcss
Laravel Casts
Form builder for Laravel.
Stars: ✭ 56 (-28.21%)
Mutual labels:  tailwindcss
Alpinejs Playground
A set of ready to use Alpine.js examples with TailwindCSS
Stars: ✭ 65 (-16.67%)
Mutual labels:  tailwindcss
Dashboard
Customizable personal dashboard and startpage
Stars: ✭ 70 (-10.26%)
Mutual labels:  tailwindcss
Tailwindcss Intellisense
Intelligent Tailwind CSS tooling for Visual Studio Code
Stars: ✭ 1,066 (+1266.67%)
Mutual labels:  tailwindcss
Developmint.de
Open source company page built with Nuxt.js and TailwindCSS
Stars: ✭ 74 (-5.13%)
Mutual labels:  tailwindcss
Tailwind Cheatsheet
A printable one-page cheatsheet for TailwindCSS.
Stars: ✭ 67 (-14.1%)
Mutual labels:  tailwindcss
Keys
🔑 Cryptocurrency private keys
Stars: ✭ 71 (-8.97%)
Mutual labels:  tailwindcss
Tailwind Styled Component
Create Tailwind CSS React components like styled components with class names on multiple lines and conditional class rendering
Stars: ✭ 57 (-26.92%)
Mutual labels:  tailwindcss
Tall
A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
Stars: ✭ 1,133 (+1352.56%)
Mutual labels:  tailwindcss
Profile Card
Tailwind CSS Starter Template - Profile Card (Single page website for your profile/links)
Stars: ✭ 69 (-11.54%)
Mutual labels:  tailwindcss
Framework
An eCommerce administration built with Laravel 7 for create and manage online shop with multi-vendor.
Stars: ✭ 56 (-28.21%)
Mutual labels:  tailwindcss
Seed Quickstart Webpack
Template for web apps with Seed (Rust framework), TailwindCSS and Webpack.
Stars: ✭ 73 (-6.41%)
Mutual labels:  tailwindcss
Larawind
Larawind - Laravel 8.0+ Jetstream and Tailwind CSS Admin Theme
Stars: ✭ 55 (-29.49%)
Mutual labels:  tailwindcss
Tailwindcss Alpha
Automatic alpha variants for your Tailwind CSS colors
Stars: ✭ 68 (-12.82%)
Mutual labels:  tailwindcss
Pingcrm Svelte
🦊 Ping CRM Svelte - A demo app to illustrate how Inertia.js works with Laravel and Svelte (hosted on a heroku free dyno).
Stars: ✭ 74 (-5.13%)
Mutual labels:  tailwindcss
Vue Tailwind
Vue UI components with configurable classes ready for TailwindCSS
Stars: ✭ 1,183 (+1416.67%)
Mutual labels:  tailwindcss
Nuxt Tailwind
A Nuxt.js starter project template using Tailwind CSS without the distraction of a complicated development environment.
Stars: ✭ 71 (-8.97%)
Mutual labels:  tailwindcss

Svelte / Typescript / Tailwind / Snowpack Template

A template for using Svelte, Typescript, Tailwind and Snowpack together.

Out-of-the-box 100s across the board on lighthouse.

Installation

npx degit "srmullen/stts#main" my_app
cd my_app
npm install

Scripts

Start a development server

npm run dev

Run svelte-check

npm run check or npm run check:watch

Run test

npm run test or npm run test:watch

Build the application

npm run build

Serve the application

npm run serve

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].