Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 915 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 915 Bytes

NC-news's Front-end

The NC-news website is live and hosted on Netlify: nc-news-topics-of-life.netlify.app

This repo contains a front-end for the NC-news website, a reddit-like site where users can view articles about a range of topics.

The repo for NC news's back-end can be found here: github.com/laurie60/Back-end-NC-news

Users can interact with the site various ways including:

  • Voting on articles
  • Commenting on articles

Local hosting

  • Firstly, fork or clone this directory

  • Then, install dependencies with:

npm i

To run a version of this website on your machine use:

npm start

In your browser, navigate to: http://localhost:3000 and you should see a version of the website hosted locally. The page will update every time you save a change whist hosting.