qiuzhihui / xixihaha

My react playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weibot

how to start

  • clone this repo

  • install npm

  • cd into weibo/Application/static do: 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)

  • Oepn another Tab

  • cd into weibo do: python app.py

  • go to http://localhost:5000/ and enjoy

install db

  • brew install mysql
  • brew services start mysql
  • mysql.server start
  • pip install mysqlclient
  • pip install -r requirements.txt

About

My react playground


Languages

Language:JavaScript 60.0%Language:Python 28.9%Language:HTML 6.3%Language:CSS 4.7%Language:Makefile 0.0%