Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tazeg/svelte-typescript-esbuild-tailwind-template

Build Svelte single page applications with the best tools.
https://github.com/tazeg/svelte-typescript-esbuild-tailwind-template

esbuild svelte tailwindcss typescript

Last synced: about 17 hours ago
JSON representation

Build Svelte single page applications with the best tools.

Awesome Lists containing this project

README

        

# Svelte, TypeScript, Esbuild, Tailwind CSS

Build Svelte single page applications with the best tools.

## Install

```sh
git clone https://github.com/Tazeg/svelte-typescript-esbuild-tailwind-template.git
cd svelte-typescript-esbuild-tailwind-template
yarn install # or npm
```

## Dev

```sh
yarn run dev # start dev server
yarn run lint # check and prettify your code
```

## Build for production

```sh
yarn run build
# 3.1k ./public/build/bundle.css
# 5.0k ./public/build/bundle.js
```

Deploy the directory `public/`