- Clone the repository and install the dependencies using:
npm install
- The project can then be started using:
npm start
You can then view the site at: http://localhost:9070/
- Create two new server-side routes in Express for /news-article and /going-out-article.
- The News article should display the content from http://www.brightsites.co.uk/resources/news-article.json
- The Going Out article should display the content from http://www.brightsites.co.uk/resources/going-out-article.json
- On the Going Out article, please use some client-side JavaScript (ES6) to allow the user to click through the images in the gallery (only one image should display at a time).