Skip to content

nemathew/digitize-paper-forms

 
 

Repository files navigation

Check this for the source of this project: https://github.com/nicholaskajoh/React-Django

Setup

npm install
pip install -r requirements.txt

To Develop React app

npm run start allows you to run the front-end code at http://localhost:3000/

To Build this server

Compile React frontend code into server Django app (adds compiled code into build/static) npm run build

Start Django server app python3 manage.py runserver

About

Arizona State University 2018/2019 Capstone Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.3%
  • JavaScript 4.8%
  • Python 2.1%
  • Other 0.8%