Skip to content

Django Template based on the use of web components with Lit 🖥️✨

Notifications You must be signed in to change notification settings

sergiopmdeveloper/dj-wc

Repository files navigation

dj-wc

Django Template based on the use of web components with Lit 🖥️✨

Installation

  1. Clone the project and navigate to the folder:
    git clone https://github.com/sergiopmdeveloper/dj-wc.git
    cd dj-wc
  1. Configure git hooks:
    chmod +x .githooks/pre-commit
    git config core.hooksPath .githooks
  1. Install Python dependencies:
    pip install -r requirements-dev.txt
  1. Install Node.js dependencies of the frontend module:
    cd frontend
    npm install

Run Locally

  1. Start the Django development server:
    python manage.py runserver
  1. Start the frontend development server:
    npm run watch

Tech Stack

Frontend: Lit, Webpack

Backend: Django

Authors

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT

About

Django Template based on the use of web components with Lit 🖥️✨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published