@glenn_chiang/express-typescript-starter
v0.0.2
Published
Installation ``` git clone https://github.com/Glenn-Chiang/express-typescript-starter.git npm install ``` Run in development mode ``` npm run dev ``` Run in production mode ``` npm run build npm start ```
Downloads
4
Readme
Getting started
Installation
git clone https://github.com/Glenn-Chiang/express-typescript-starter.git
npm install
Run in development mode
npm run dev
Run in production mode
npm run build
npm start
Features
Configures express app with:
cors
with default optionsexpress.json()
body parsermorgan
for logging in "dev" mode- Basic error handler