This is a blog website built using Strapi as a headless CMS and Sveltekit as the frontend framework.
Build a blog from scratch using Strapi and Sveltekit
Clone the repo.
git clone https://github.com/Marktawa/sveltekit-strapi-blog
Change directory.
cd sveltekit-strapi-blog
Install dependencies.
cd backend
npm install
Build your Strapi app.
npm run build
Start your Strapi dev server.
npm run develop
Visit localhost:1337/admin in your browser to view the Strapi Admin Dashboard.
Open up a new terminal session and open up the main project folder, sveltekit-strapi-blog
.
Install dependencies.
cd frontend
npm install
Run Sveltekit app.
npm run dev
Visit localhost:5173 in your browser to view the Sveltekit app.
GitHub: @Marktawa Twitter: @McMunyaka
Support my passion for sharing development knowledge by making a donation to my Buy Me a Coffee account. Your contribution helps me create valuable content and resources. Thank you for your support!