/django-stimulus-turbolinks-starter

A small django-starter-kit for developing apps with django, stimulus and turbolinks

Primary LanguagePython

A django-stimulus-turbolinks-starter

I wrote about this starter on dev.to. You can read the article here

Getting started

  1. Clone / pull / download this repository
  2. Change Pipfile-Name if wanted
  3. Start virtual environment with pipenv shell
  4. Install python dependencies with pipenv install
  5. Install JavaScript dependencies with npm install
  6. Start Django with python manage.py runserver
  7. Start new terminal and start webpack dev-server with npm start