Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhoushoujian/typescript-express-templates
typescript-express-templates
https://github.com/zhoushoujian/typescript-express-templates
Last synced: about 2 months ago
JSON representation
typescript-express-templates
- Host: GitHub
- URL: https://github.com/zhoushoujian/typescript-express-templates
- Owner: zhoushoujian
- License: mit
- Created: 2020-11-03T03:07:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T08:25:53.000Z (5 months ago)
- Last Synced: 2024-08-27T09:42:48.064Z (5 months ago)
- Language: TypeScript
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SERVER API
```高度可定制的express项目空壳```
## 框架
nodejs + express + ts + eslint + husky
## 安装
```shell
# pnpm版本推荐8
pnpm install
pnpm start
# 访问 http://localhost:8888
pnpm build
```## 关联链接
[快速打包web页面到移动端app](https://github.com/zhoushoujian/cordova-template)
[快速打包web页面到电脑应用程序](https://github.com/zhoushoujian/electron-template)
[React + Redux + typescript项目模板](https://github.com/zhoushoujian/typescript-react-templates)
[nextjs + redux + express + less服务端渲染项目模板](https://github.com/zhoushoujian/nextjs)
[taro小程序项目模板](https://github.com/zhoushoujian/taro)
## License
[MIT](./LICENSE)