Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

This is a very basic setup using Django as the server backend and React for the front-end content.

License

Notifications You must be signed in to change notification settings

NoahLE/Django-React-Sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django React Webpack Sandbox

Introduction

This project uses Django for the project's backend and React for the front-end. This project is based off the tutorial by v1k45.

Screenshot

The React boilerplate being run by a Django backend

screenshot

Getting started

Create a Python virtualenv using Python 3.X. Then run pip install -r requirements.txt from inside the ponynote folder.

From the frontend folder, run yarn add to install the dependencies.

Running the servers

To run webpack and Django, open two terminal tabs and run python manage.py runserver in one from the ponynote folder and node scripts/start.js from the frontend folder in the other terminal window.

In your browser, navigate to http://localhost:3000

About

This is a very basic setup using Django as the server backend and React for the front-end content.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published