Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 240 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 240 Bytes

Clean-NodeAPI-TypeScript-Starter

Clean Architecture Based NodeJS API Typescript Starter

Getting Started?

Install Dependencies...

yarn

Run the dev server

yarn start:dev

Run the production version

yarn start