react typescript 开发

设置代理

npm config set http.proxy  http://192.168.1.6:7890 -g
npm config set https.proxy  http://192.168.1.6:7890 -g

初始化项目

 npm install  create-react-app -g
 npx create-react-app  myapp --typescript

安装数据库驱动

npm install sqlite3 -g
文档
https://github.com/mapbox/node-sqlite3

win netstat

高版本找不到 netstat

环境变量加入
C:\Windows\System32

IndexedDB 前端存储数据库

pip设置

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip config unset

收集python 依赖

pip install pipreqs
pipreqs ./

django初始化

django-admin startproject shopServer
cd shopServer
python .\manage.py startapp goods

文档
https://docs.djangoproject.com/zh-hans/3.1/

猜你喜欢

转载自blog.csdn.net/qq_43373608/article/details/107876857
今日推荐