0.0.5 • Published 5 years ago
cns-template-typescript-express v0.0.5
cns-template-typescript
This is the official TypeScript Express template for Create Node Server.
To use this template, add --template typescript-express
when creating a new server.
For example:
npx @artegha/create-node-server my-server --template typescript-express
# or
yarn create @artegha/node-server my-server --template typescript-express
For more information, please refer to:
- Hello World – How to develop APIs bootstrapped with Express.