Skip to content

Template starter for an API using Express, TypeScript, Joi and Eslint.

Notifications You must be signed in to change notification settings

tomihq/express-joi-typescript

Repository files navigation

express-joi-typescript

Template starter for an API using Express, TypeScript, Joi and Eslint.

Installing nodemon

yarn global add nodemon or npm install -g nodemon

Downloading required packages.

yarn or npm install.

Setting PORT in .env file

PORT=8000

Executing the server

yarn dev or npm run dev

Done! You're ready to go.

About

Template starter for an API using Express, TypeScript, Joi and Eslint.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published