Project Summary:

This project is a front-end "mock-up" blog / news website for Northcoders. The website is served content through a back-end project I have created which can be viewed here - The website was built using react.js.

Dependencies:

  • react.js

Hosted version of the website is availale here:

https://news-nc-app.netlify.app/

Installation instructions

Minimum Requirements

  • Node v17.2.0

  1. Clone the repo in GitHub and make a local copy:

    Instructions on cloning a repo / making a local copy

  2. Ensure the local working directory is the root of the repo, then run the following command to install all dependencies:

    npm install
    
  3. To start a local development server of the react app, run the following command from the root:

    npm start