Pure Node.js with EJS template engine 🤪
The application require an .env environment file with theses variables:
PORT=3000
HOST=localhostStart the application
npm run startStart with the environment variables set up and without the need of dotenv in the dependencies
npm run start:envStart the application in dev, watch mode
npm run start:dev