文件名称:MEAN-TS:均值+ TS
文件大小:311KB
文件格式:ZIP
更新时间:2024-06-05 17:15:31
nodejs heroku angular express typescript
带有TypeScript的MEAN 用TypeScript编写的MEAN堆栈Web应用程序的模板。 入门 蒙戈数据库 运行Mongo DB。 Express应用程序连接到mean-ts-dev数据库。 如果使用Docker,则可以运行以下容器: docker run --detach --publish 27017:27017 --name mongo-ts-dev mongo Express Web服务器 Express应用程序在端口3000上侦听。 npm install npm start 角度应用 Angular应用程序在端口4200上提供服务,并且其对localhost:4200/api调用被代理到localhost:3000/api 。 cd ng npm install npm start 前往查看该应用程序。 发展 表示 Express应用程序是用TypeSc
【文件预览】:
MEAN-TS-master
----bin()
--------www.js(2KB)
----package.json(1KB)
----tslint.json(4KB)
----build.js(540B)
----package-lock.json(168KB)
----src()
--------models()
--------config()
--------routes()
--------controllers()
--------server.ts(3KB)
--------public()
----tsconfig.json(295B)
----.gitignore(1KB)
----.circleci()
--------config.yml(1KB)
----README.md(3KB)
----nodemon.json(360B)
----.editorconfig(245B)
----ng()
--------package.json(2KB)
--------tslint.json(3KB)
--------protractor.conf.js(722B)
--------.angular-cli.json(2KB)
--------package-lock.json(507KB)
--------src()
--------tsconfig.json(363B)
--------e2e()
--------proxy.conf.json(91B)
--------.gitignore(544B)
--------karma.conf.js(1KB)
--------.editorconfig(245B)
--------.vscode()
----.vscode()
--------launch.json(324B)
--------settings.json(48B)
--------tasks.json(237B)