Skip to content
 
 

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

6 watching

Forks

Releases

Packages

Contributors

Languages