Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 1.63 KB

README.md

File metadata and controls

75 lines (52 loc) · 1.63 KB

Django with Vite and Inertia

Copier

Set up your Django project with Vite and Inertia.

Other configurations:

  • Database (PostgreSQL, SQLite)
  • Frontend:
    • Vue
    • React
    • Svelte
  • Tailwind CSS (optional)
  • Docker (optional)
    • Development
    • Production

Demo

Note

SQLite is configured for production use if you choose to use it.

Getting started

  • (Recommended) Using uv or pipx
mkdir myproject
uvx copier copy gh:sarthakjariwala/django-vite-inertia myproject

OR

mkdir myproject
pipx run copier copy gh:sarthakjariwala/django-vite-inertia myproject
  • Alternatively, you may have installed copier through other means.
mkdir awesome-project
copier copy gh:sarthakjariwala/django-vite-inertia awesome-project

Update project template

You can also get the latest changes in your project as this template evolves in the future.

cd awesome-project
uvx copier update

Or

cd awesome-project
copier update

License

MIT License

Acknowledgements

Standing on the shoulders of giants: