Skip to content

tinyjumbo/miniPG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniPG

Minimal playground for React + Redux + Flask

How to start

==Prepare environment==

- clone this repo
- brew install npm
- have Python2/Python3 on your mac.

==Prepare frontend==

- cd miniPG/Application/static   
- npm install  (This will install all the dependences in package.json)
- npm run watch  (This will compile your react code into weibo/Application/static/dist/bundle.js)
- Opend a new tab and do following step

==Prepare backend==

- cd miniPG/
- pip install -r requirement.txt
- python app.py
- go to http://localhost:5000/ and enjoy

About

mini playground for react

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 91.9%
  • Python 5.1%
  • HTML 3.0%