This project was created by Stefan Klinkusch at Digital Career Institute in Berlin, Germany.
It creates a local server (at https://localhost:3000) and sends a basic response message.
- Node.js
- Express
- GET requests
- Clone the repository using
git clone git@github.com:sklinkusch/express-tutorial.git(SSH) orgit clone https://github.com/sklinkusch/express-tutorial(HTTPS). - Move into the directory
express-tutorialand runnpm installoryarn. - Run
npm run devoryarn devin the folder. The server is available onhttps://localhost:3000.