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
    • npm run dev
  • To build the blog sample
    • npm run dev-blog
  • To build sample landing page (IN PROGRESS)
    • npm run dev-landing

In Progress

  • Separated templates
    • Landing Pages
    • Admin
  • Separated components (inputs / tables, etc.)
  • Cypress Testing
  • (buggy as of the moment) Chart.JS

Credits

This is made possible and most of the design was based originally from Estevan Maito's.