Skip to content

Boadzie/sveltekit-intro-blog

Repository files navigation

SvelteKit Intro Blog

SvelteKit Intro Blog

Simple SvelteKit Blog with data from JSON Placeholder API and Tailwindcss

Developing

After setting up your SvelteKit project and installing the necessary dependencies using npm, pnpm or yarn, you can start a development server by running the following command:

pnpm run dev

# or start the server and open the app in a new browser tab

pnpm dev

Building

To create a production version of your app:

pnpm build

You can preview the production build with pnpm preview.

To deploy your app, you may need to install an adapter for your target environment.

About

SvelteKit introduction blog for my article with the title "Introduction to SvelteKit"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published