文件名称:固定打字稿模板
文件大小:71KB
文件格式:ZIP
更新时间:2024-03-04 20:53:28
TypeScript
固定和打字稿模板。 安装 您可以使用npm或yarn,但我更喜欢使用yarn $ git clone https://github.com/wahyufadz/fastify-typescript-template.git $ cd fastify-typescript-template $ yarn setup 里面什么? 固定 打字稿 类型Orm Docker Compose文件(NGINX + PHP + mariaDB) 发展 # Required: run development server with hot reload (nodemon) $ yarn dev # Format with prettier $ yarn format 生产 # build for production $ yarn build # start production app $ yarn
【文件预览】:
fastify-typescript-template-master
----docker()
--------php()
--------docker-compose.yml(938B)
--------nginx()
----yarn.lock(130KB)
----src()
--------router.ts(468B)
--------app.ts(3KB)
--------template.ormconfig.ts(509B)
--------view()
--------index.ts(267B)
--------controller()
--------entity()
----template.env(167B)
----tsconfig.json(756B)
----README.md(573B)
----.editorconfig(188B)
----.gitignore(40B)
----package.json(1KB)