Skip to content

A quick starter for building an Isomorphic App with Django and React.js

Notifications You must be signed in to change notification settings

ivanistheone/djangoiso

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isomorphic javascript powered by python-react

A basic isomorphic JavaScript application with React, and Django.

The example App here is adapted from the Smashing Magazine Ariticle, but using the python-react example.

Install

  1. Create a virtual environment for the example

     virtualenv pydev
     source pydev/bin/activate
    
  2. Install the project's python dependencies:

     pip install -r requirements.txt
    
  3. Install the project's JS dependencies (assumes you already have node installed):

     npm install .
    

Run

Start the django devserver

./manage.py runserver

And visit http://127.0.0.1:8000

About

A quick starter for building an Isomorphic App with Django and React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.1%
  • JavaScript 22.5%
  • HTML 20.7%
  • CSS 1.7%