Skip to content

kkworden/django-react-starterpack

Repository files navigation

django-react-starterpack

A basic set up for a Django project utilizing React.

This project accompanies the Medium article, Supercharging your next web project with Django, React, and Webpack.

Getting started

You will need:

Clone the repository and cd into the directory.

Open a shell and run pipenv install to install the necessary Python dependencies.

Next, run pipenv shell to activate the virtual environment.

In a separate shell, run npm i to install the necessary NPM dependencies and npm run webpack to start Webpack bundling.

You should be able to navigate to http://127.0.0.1:8000. Happy coding!

About

A basic set up for a Django project utilizing React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published