Skip to main content

a react application already configured to be used in a django project as a django application

Project description

===== Django React App

a react application already configured to be used in a django project as a django application.

Quick start

  1. Add "django_react_app" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'django_react_app', ]

  2. Include the django_react_app URLconf in your project urls.py like this::

    path('', include('django_react_app.urls')),

  3. Move to the django_react_app directory and run npm install to install dependences.

  4. And Run npm run dev to run the react app .

  5. Start your django development server in another terminal and visit http://127.0.0.1:8000/ to view your react app application running

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_react_app-0.0.1.tar.gz (36.1 kB view hashes)

Uploaded Source

Built Distribution

django_react_app-0.0.1-py3-none-any.whl (36.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page