An open API service indexing awesome lists of open source software.

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

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