Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

maxgfr/starter-express-typescript

Repository files navigation

starter-express-typescript

Boilerplate of an ExpressJS server server with TypeScript using the concept of dependencies injection (inversion of control) thanks to InversifyJS. It uses the rust compiler swc to compile the TypeScript code.

Clone repository and install dependencies

git clone https://github.com/maxgfr/starter-express-typescript # For cloning the repository
cd starter-express-typescript  # To navigate to the repository root
yarn # Install dependencies

Running the code

yarn build # For building the code with typechecking
yarn build:swc # For building without typechecking
yarn start # For running the code builded

Or in development mode:

yarn dev # For running the code in development thanks to swc and nodemon

⚠️ No typechecking made in dev mode

Testing the code

yarn test # For running unit test
yarn test:watch # For watching unit test

Releases

No releases published

Packages

 
 
 

Contributors