我的IDEMakers Academy 的第七周项目之一。本周,我们介绍了 Node.jswebsockets IO我的IDE 尝试复制功能丰富的 Makers IDE,具体实现请见以下说明:

语言和工具

  • Node.js

  • Mocha

  • Expect.js

  • Zombie

项目使用步骤

  1. 克隆存储库:

```bash

git clone https://github.com/annaschechter/my-ide.git

```

  1. 安装依赖项:

```bash

npm install

```

  1. 运行测试套件:

```bash

npm test

```

  1. 运行应用程序:

```bash

npm start

```

  1. 在浏览器中访问本地地址以查看应用。