Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 188 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 188 Bytes

setup_nodejs_typescript

Base setup for projects nodejs, express, typescript

start with dev mode:

$ yarn start:dev

build for production

$ yarn build