GithubHelp home page GithubHelp logo

ntsd / astro-svelte-tailwind Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 839 KB

Astro Starter Template with Svelte 5, Tailwind, DaisyUI, and Service Worker

Home Page: https://ntsd.github.io/astro-svelte-tailwind/

License: MIT License

JavaScript 16.73% Svelte 5.88% Astro 77.39%
astro daisyui svelte svelte5 sveltekit tailwind

astro-svelte-tailwind's Introduction

Hi, I'm Jirawat Boonkumnerd (@ntsd)

A Software Engineer who working on wide software development skills. I deliver software and problem-solving.

Website ntsd Linkedin ntsd GitHub ntsd

Personal Information

Name: Jirawat Boonkumnerd

Location: Bangkok, Thailand.

Languages:

  • Thai (Native)

  • English (Proficiency)

Knowledge
  • Front-end Development (Web, Mobile)

  • Back-end Development (API, Database)

  • Infrastructure and Cloud Service

  • Algorithms and Data Structures

Programming Languages
  • Comfortable: Go, Python, JavaScript/Typescript

  • Familiar: Bash/Shell, C++, Java

My Repositories
Github Stats

trophy

Blog Posts

astro-svelte-tailwind's People

Contributors

ntsd avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

astro-svelte-tailwind's Issues

error at start Cannot find module 'svelte/internal'

image

pnpm create astro@latest -- --template ntsd/astro-svelte-tailwind
pnpm i
pnpm dev
{
  "name": "webapp",
  "description": "Astro Starter Template with Svelte, Tailwind, DaisyUI, and Service Worker",
  "type": "module",
  "version": "0.0.1",
  "author": "Jirawat Boonkumnerd <[email protected]> (https://ntsd.dev)",
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "devDependencies": {
    "@astrojs/svelte": "^4.0.0",
    "@astrojs/tailwind": "^5.0.0",
    "@tailwindcss/typography": "^0.5.9",
    "astro": "^3.0.3",
    "astrojs-service-worker": "^1.1.0",
    "autoprefixer": "^10.4.14",
    "daisyui": "^3.5.1",
    "nanostores": "^0.9.3",
    "postcss": "^8.4.24",
    "tailwindcss": "^3.3.2"
  }
}

consider add alias path for good default

from this docs

update file tsonfig.json to e.g.

{
    "extends": "astro/tsconfigs/strict",

    "compilerOptions": {
        "baseUrl": ".",
        "paths": {
            "@components/*": ["src/components/*"],
            "@layouts/*": ["src/layouts/*"],
            "@lib/*": ["src/lib/*"],
            "@stores/*": ["src/stores/*"]
        }
    }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.