MDNEXT是一个工具生态系统,可让您的NextJS + MDX项目爆炸 :rocket:
快速开始 :rocket:
想要开始一个新项目?
# Using NPX we'll start up the mdnext CLI prompts --
npx mdnext
# You will first be prompted with.. --
What is the name of your project ?
# Then you will choose which template to
Create React App入门
该项目是通过引导的。
可用脚本
在项目目录中,可以运行:
First you should Enter the THANOS-ADMIN Project
在那之后
npm install
完成节点模块安装后,请输入管理文件
Admin Folder
进入Admin Floder之后,安装节点模块
npm install
完成节点模块安装后,返回到管理文件
cd ..
npm run dev
服务器将启动。
在开发模式下运行应用程序。 打开在浏览器
Gunnhacks项目
Gunnhacks项目
如何运行前端:
cd react-frontend
npm install package.json (if this is your first time)
npm start
### How to run backend
Installing Dependencies:
`pip install -r requirements.txt`
Setting Up App:
`python setup.py`
Running Flask App: