DinoJay / homepage-svelte

My homepage second revision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sveltekit with Tailwind

Go to Live Demo

Running the project

Clone this repo and cd to the directory, then run npm or yarn

npx 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 CSS.

build and generate static webapp

pnpm run build

with the command above, now you can generate static webapp, you can deploy the project in netlify, begin, vercel or else

For more information about this boilerplate, check my dev.to post here.

Credits

About

My homepage second revision


Languages

Language:Svelte 74.5%Language:JavaScript 22.6%Language:CSS 1.7%Language:HTML 1.1%