Skip to content

forever425000/Django-React-Tailwindcss-Boilerplate

Repository files navigation

Django-React-Tailwindcss Boilerplate

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/

Install Python Packages Required For Project

pip3 install -r requirements.txt

Install Node Modules

npm install

Build The Project

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.

Run Django Server

python manage.py runserver .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published