Skip to content
/ svestra Public

A Svelte/Sapper + Strapi boilerplate with some neat features, helpers and more.

Notifications You must be signed in to change notification settings

mutoco/svestra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

Svestra

A Svelte/Sapper + Strapi boilerplate with some neat features, helpers, examples and more.

Getting Started

The project has two folders frontend for your Sapper frontend and backend for your Strapi backend.

Frontend

The frontend is built with Sapper. This sets up your frontend.

cd frontend
npm install

Before starting your frontend-server, make sure to create an .env file in your frontend folder. You can use the provided .env.example for that.

Then run npm run dev to start your frontend server.

Checkout the Svestra frontend README for more information and guidance.

Backend

The backend is built with Strapi. This sets up your backend.

cd backend
npm install

You can either start with a plain instance of Strapi by running npm run develop or you can use import our database dump file with helpful settings, roles, users and some content-types to get started.

Checkout the Svestra backend README for more information and guidance.

Contributing

Feel free to send over a PR for any changes you think should be included.

About

A Svelte/Sapper + Strapi boilerplate with some neat features, helpers and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published