add alisurvey main page
This commit is contained in:
25
products/react-apps/alisurvey/README.md
Normal file
25
products/react-apps/alisurvey/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Alisurvey
|
||||
|
||||
https://www.alicorns.co.jp/alisurvey
|
||||
|
||||
## 本地开发
|
||||
|
||||
### 环境准备
|
||||
|
||||
- 安装 [Node.js](https://nodejs.org/en)
|
||||
|
||||
### 操作步骤
|
||||
|
||||
- 安装依赖
|
||||
|
||||
```sh
|
||||
npm install
|
||||
```
|
||||
|
||||
- 启动 Dev Server
|
||||
|
||||
```sh
|
||||
npm run dev
|
||||
```
|
||||
|
||||
- 在浏览器访问 http://localhost:3000
|
||||
Reference in New Issue
Block a user