Make a first site with Node JS. This written application must allow to have a web application with 2 pages (home and about, the content of these pages does not matter).
Clone the repository and move in :
$ git clone https://github.com/JuAlexandre/node-server.git
$ cd node-server
Install dependencies :
yarn install
Run the server and open http://localhost:3000 on your browser :
yarn start