/Dao-Xiang-Cun

‘稻香村’前端

Primary LanguageJavaScript

Dao-Xiang-Cun

‘稻香村’前端

introduction

使用React框架(推荐React文档:https://reactjs.org/docs/getting-started.html 也有中文版~);
脚手架create-react-app
使用UI库 Ant Design(https://ant.design/docs/react/introduce-cn)

need

node.js 环境 (https://nodejs.org/en/download/)
yarn 依赖 (https://yarnpkg.com/zh-Hans/docs/install#windows-stable)
推荐chrome浏览器,配上React Developer Tools (扩展程序) 翻墙网址--》(https://chrome.google.com/webstore/search/React%20Developer%20Tools)
推荐编辑器 VSCode (推荐插件ESLint、Beautify、EditorConfig)

Let's start!

先把项目 clone 到本地,开发的时候在本地打开

run

#先进入文件夹根目录(/dxc),输入命令
#安装依赖
$yarn
#运行项目
$yarn run start