zgendao / express-typescript-boilerplate

Minimalistic template for Node.js apps with Typescript, Express, ESLint, Prettier and Husky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

Run the development server:

npm run dev
# or
yarn dev

Run the production server:

npm start
# or
yarn start

About

Minimalistic template for Node.js apps with Typescript, Express, ESLint, Prettier and Husky


Languages

Language:TypeScript 83.7%Language:Shell 16.3%