Looks like this will be the last beta version, hope the stable version will be released soon.
@sveltejs/kit 1.0.0.next-110
@sveltejs/adapter-static 1.0.0.next-12
@tailwindcss/jit
already merge to tailwindcss 2.1
, read https://blog.tailwindcss.com/tailwindcss-2-1 for more detailStill using
postcss-preset-env to postcss-nested
, feel free to replace it back
@sveltejs/kit 1.0.0.next-71
@sveltejs/adapter-static 1.0.0.next-4
@tailwindcss/jit
postcss-preset-env to postcss-nested
, feel free to replace it back@sveltejs/kit 1.0.0.next-49
@sveltejs/adapter-static 1.0.0.next-3
Go to Live Demo
Clone this repo and cd to the directory, then run npm or yarn
pnpx degit dansvel/sveltekit-typescript-postcss-tailwind2 myproject
cd myproject
pnpm install ## or npm or yarn
pnpm run dev
Open up your favorite browser, go to localhost:3000 and try clicking around.
Or you can play with the code, just check src/routes/index.svelte
and try to edit the something.
pnpm run build
with the command above, now you can generate static web, you can deploy the project in netlify, begin, vercel or else