Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)