Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 787 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 787 Bytes

React.js News Agregration WebApp

One week project completed during the Northcoders 13 week bootcamp built with React.js, Axios, Node.js, and hosted with Netlify. This project also utilises my Back End project, also completed during the bootcamp: https://github.com/jjcrl/nc_news-backend

How to clone and set up this repository

Step 1: Meet Minimum Requirements

  • Node.js (v16.13.1)

Step 2: Clone this GitHub repository

'git clone https://github.com/jjcrl/fe-nc-news.git'

Step 3: Install dependencies

Install JS dependencies by running 'npm i' within the cloned repository

Step 4: Run local web server

At this stage, you're able to launch the site locally with 'npm start' from anywhere within the cloned repository