sveltekit-starter icon indicating copy to clipboard operation
sveltekit-starter copied to clipboard

Admin Dashboard for SvelteKit

SvelteKit Projects

This project contains the lists of tools used

DEMO

Start the server and open the app in a new browser tab

  • To build only for admin
$> ./make admin dev

# this is equivalent to
$> ROUTE_FOLDER=admin npm run dev

Progress

  • Separated templates
    • [x] Blog
    • [x] Admin
    • [x] SvelteKit Demo
  • Separated components (inputs / tables, etc.)
  • Cypress Testing

Framework Specific Guidelines

  • Setup Laravel Sanctum
  • You have backend framework? Add your sveltekit guidelines here!

Disclaimer