https://github.com/peixin/blue-blade
A multi-entry web project scaffolding with Flask and React JS
https://github.com/peixin/blue-blade
Last synced: 8 months ago
JSON representation
A multi-entry web project scaffolding with Flask and React JS
- Host: GitHub
- URL: https://github.com/peixin/blue-blade
- Owner: peixin
- Created: 2019-01-30T03:29:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T13:24:41.000Z (over 6 years ago)
- Last Synced: 2025-01-07T12:14:50.115Z (10 months ago)
- Language: Python
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blue Blade (青釭)
A quick web development scaffolding with Flask & React JS
## develop environment:
node: v10.13.0 (use nvm)
python: v3.6.0 (use pyenv)
yarn: 1.13.3
## start to dev
- clone repo as your project name
- rename app folder name if you want
- edit babel.cfg with your app name
- edit .gitignore path with your app name
- edit run.py package name with your app name
- edit task/misc.py package name with your app name
- edit assets/webapck_conf/_common.js app name
- create db if you use
- pip install -r requirements.txt
- cd assets && yarn install
- inv i18n.compile
- inv assets.dev
- inv server
- start writing your code
## TODO:
- js i18n
- js assets