Express Bootstrap is an Express.js template. This project provides comfort without getting opinionated.
Pre-configured features
- Live-reload.
- Logging.
- Reading the environment.
- Linting and formating.
- ECMA module system.
- Detect open ports.
- Front end assets processing with Vite.
The installed stack is:
- Express
- Handlebars
- Morgan
- Dotenv
- Livereload / Connect-livereload
- Nodemon
- Vite
- Eslint
- Prettier
- Clone this project and install the dependencies. I am using yarn but feel free to change it.
- Make .env file with the contents of .env.example
And that is it.