goldeneagle3 / modern_express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MODERN EXPRESS SETUP WITH TYPESCRIPT

This is an Express-Typescript boilerplate which has been created and has still been developed for developers who want to develop their servers with OOP.

Installation

Firstly , clone the repo.

git clone https://github.com/goldeneagle3/modern_express.git

Secondly , move to project folder.

cd modern_express

Thirdy , install the npm mpdules

npm install

Finally , start the server in development mode.

npm run start:dev

Important Announcement

I am a self-learning developer who enjoy to code and love to learn about computers. I am open to work as an intern or junior Javascript/Typescript.

Some Modules In The Boilerplate

Npm links will be added shortly.

  • Express
  • Typescript
  • Jest
  • Cors
  • Compression
  • Helmet
  • Winston
  • Morgan
  • Swagger
  • Commitizen
  • Husky
  • Nodemon

FAQ

I am open for recommendations , questions and complaints. The answers will be appear here.

License

MIT

About


Languages

Language:TypeScript 98.9%Language:Shell 1.1%