https://github.com/bastidood/sveltekit-tailwind-template

An opinionated starter template for SvelteKit + Tailwind CSS.

https://github.com/bastidood/sveltekit-tailwind-template

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.7%) to scientific vocabulary

Keywords

css html javascript svelte sveltekit tailwindcss typescript vite
Last synced: 5 months ago · JSON representation

Repository

An opinionated starter template for SvelteKit + Tailwind CSS.

Basic Info
  • Host: GitHub
  • Owner: BastiDood
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 784 KB
Statistics
  • Stars: 11
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
css html javascript svelte sveltekit tailwindcss typescript vite
Created almost 2 years ago · Last pushed 6 months ago
Metadata Files
Readme

README.md

Checklist

Development

Running the Web Server

```bash

Install the dependencies.

pnpm install

Synchronize auto-generated files from SvelteKit.

pnpm prepare

Start the development server with live reloading + hot module replacement.

pnpm dev

Compile the production build (i.e., with optimizations).

pnpm build

Start the production preview server.

pnpm preview ```

Linting the Codebase

```bash

Check Formatting

pnpm fmt # prettier

Apply Formatting Auto-fix

pnpm fmt:fix # prettier --write

Check Linting Rules

pnpm lint:eslint # eslint pnpm lint:svelte # svelte-check

Check All Lints in Parallel

pnpm lint ```

Owner

  • Name: Basti Ortiz
  • Login: BastiDood
  • Kind: user
  • Location: Philippines

Just some dood hoping to make a career out of typing programming jargon to make stuff work.

GitHub Events

Total
  • Watch event: 4
  • Push event: 57
Last Year
  • Watch event: 4
  • Push event: 57

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
package.json npm
  • @linthtml/linthtml ^0.9.5 development
  • @linthtml/linthtml-config-recommended ^0.1.0 development
  • @steeze-ui/heroicons ^2.3.0 development
  • @steeze-ui/svelte-icon ^1.5.0 development
  • @sveltejs/adapter-static ^3.0.1 development
  • @sveltejs/kit ^2.5.1 development
  • @sveltejs/vite-plugin-svelte ^3.0.2 development
  • @tailwindcss/typography ^0.5.10 development
  • @typescript-eslint/eslint-plugin ^7.0.2 development
  • @typescript-eslint/parser ^7.0.2 development
  • autoprefixer ^10.4.17 development
  • eslint ^8.57.0 development
  • eslint-config-prettier ^9.1.0 development
  • eslint-plugin-svelte ^2.35.1 development
  • htmlnano ^2.1.0 development
  • prettier ^3.2.5 development
  • prettier-plugin-svelte ^3.2.1 development
  • prettier-plugin-tailwindcss ^0.5.11 development
  • stylelint ^16.2.1 development
  • stylelint-config-standard ^36.0.0 development
  • stylelint-config-tailwindcss ^0.0.7 development
  • svelte ^4.2.12 development
  • svelte-check ^3.6.4 development
  • tailwindcss ^3.4.1 development
  • terser ^5.28.1 development
  • typescript ^5.3.3 development
  • vite ^5.1.4 development
  • vite-plugin-tailwind-purgecss ^0.2.0 development
pnpm-lock.yaml npm
  • 592 dependencies