Incerto13 / node-express-typescript-starter-2022

A node, express and typescript starter template for 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Express & Typescript Starter for 2022

"A minimally opinionated typescript & express starter for 2022"

Usage:

You should copy .env.sample to .env and then:

npm run dev - Run the development server.

npm test - Run tests.

npm run test:watch - Run tests when files update.

npm run build - Builds the server.

npm start - Runs the server.

Default endpoints:

A GET request to / will respond with a description of the application.

A POST request to / will echo any json sent in the request body.

Help out

Feedback and contributions are very welcome.

About

A node, express and typescript starter template for 2022


Languages

Language:TypeScript 94.2%Language:Dockerfile 5.8%