Timeout A simple NodeJs x Express web server that will send a http status 200 after a few seconds. Prerequisites Node v10.10.0 Installing Npm install Running You can specify the PORT in the .env file PORT=3333 Npm run start For development Npm run dev Running tests Npm run test