文件名称:todo-spa:TODO SPA
文件大小:7.53MB
文件格式:ZIP
更新时间:2024-03-07 02:57:34
JavaScript
TODO SPA 带有JQuery和Ajax的Todo单页应用程序。 如何运行 git clone https://github.com/yas09/todo-spa/ cd todo-spa/server && npm install 在单独的终端选项卡中: brew services restart mongodb-community 在另一个终端选项卡中: nodemon 打开todo-spa / client目录上的终端选项卡: npm install ...然后运行SimpleHttpServer: python -m SimpleHTTPServer 8000 客户端将在