Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 523 Bytes

File metadata and controls

28 lines (20 loc) · 523 Bytes

Svelte, TypeScript, Esbuild, Tailwind CSS

Build Svelte single page applications with the best tools.

Install

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

Dev

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

Build for production

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

Deploy the directory public/