Hey There! π
π€Ύ that βοΈ button if you like this boilerplate.
Welcome to the Express TypeScript Boilerplate 2024 β a streamlined, efficient, and scalable foundation for building powerful backend services with modern tools and practices in Express.js and TypeScript.
For a visual guide, watch the video demo to see the setup and running of the project.
- Clone the repository:
git clone https://github.com/coditech0926/express-typescript-swagger.git
- Navigate:
cd express-typescript-swagger
- Install dependencies:
npm ci
- Create
.env
: Copy.env.template
to.env
- Update
.env
: Fill in necessary environment variables
- Development Mode:
npm run dev
- Building:
npm run build
- Production Mode: Set
.env
toNODE_ENV="production"
thennpm run build && npm run start
We'd love to hear your feedback and suggestions for further improvements. Feel free to contribute and join us in making backend development cleaner and faster!
π Happy coding!