# fe-learn-code **Repository Path**: mrweihao/fe-learn-code ## Basic Information - **Project Name**: fe-learn-code - **Description**: 前端学习路上的代码实例,目的-辅助学习和工作 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-20 - **Last Updated**: 2021-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 准备工作 ``` $ npm install ``` ### 启动服务 找到对应的实例代码,然后启动 所在目录的 server/app.js 如 ``` $ node ./src/cors-demo/demo1/server/app.js ``` ### PS 有些 ajax 的请求走的 ip,代码里是我的 ip,发送请求时候需要改为你自己的 ip