Skip to content

darkcris1/svelte-django-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte Djang Boilerplate

Tools:

  • Svelte (Sass) with Routify
  • Axios
  • Django

Usage

  1. Activate django venv
  2. Clone this repo
  3. python3 manage.py

then for svelte

$ cd <app_folder>/assets/fe
$ npm i #or pnpm i
#after installing
$ npm run dev

Happy Hacking!!