Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tazeg/svelte-typescript-esbuild-tailwind-template
- Owner: Tazeg
- License: mit
- Created: 2021-10-16T09:08:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-19T09:51:29.000Z (over 2 years ago)
- Last Synced: 2024-05-02T04:14:15.432Z (7 months ago)
- Topics: esbuild, svelte, tailwindcss, typescript
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`