Django-React-Tailwindcss Boilerplate is Django project with React as frontend served by Django. Tailwind css has been used to style the components.
Live Demo: https://nepdr.pythonanywhere.com/
pip3 install -r requirements.txt
npm install
npm run build
If you want to see live changes while building the project run npm run dev
which will keep watching the changes. Whenever you save the project refresh the browser to see the changes.
python manage.py runserver