Skip to content

bitnosis/svelte-kit

 
 

Repository files navigation

Sveltekit Template

Sveltekit template - inspired by Hackathon Starter

Koa API repo can be found here koa-api

DEMO

Demo App

Included

  • Bootstrap 5 CSS (Bootstrap 5 is now Modular)
  • Formatting with ESLint and Prettier
  • User authentication with JWT token (register users must confirm email to create an account)
  • User profile page with gravatar if available else displays a default image
  • User forgot password
  • User roles (customer, admin)
  • Admin panel section displaying all register users, notification settings and stats
  • Pagination inspired by svelte-paginate

Getting started

git clone https://github.com/mylastore/svelte-kit

npm install && npm start

Now head over to your favorite browser and open up localhost:3000 and you are ready to go.

IMPORTANT! Start the API repository and follow the instructions on how to seed the sample data for authentication to work

Login as ADMIN [email protected] and Password#1

Login as customer [email protected] Password#1

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 84.5%
  • JavaScript 13.5%
  • CSS 1.5%
  • Other 0.5%