Skip to content

datamade/django-react-templates

Repository files navigation

django-react-templates

Developing the example app

Development requires a local installation of Docker and Docker Compose.

Build application containers:

docker-compose build

Run the app:

docker-compose up

The app will be available at http://localhost:8000. The database will be exposed on port 32001.

Running tests

Run tests with Docker Compose:

docker-compose -f docker-compose.yml -f tests/docker-compose.yml run --rm app

About

R&D project to use React templates in a Django app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published