Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 792 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 792 Bytes

Getting Started with NC-News

Hosted App

Please access the hosted version of this app at: https://lc-nc-news.netlify.app/

Project Background

This project was created, alongside a back-end database, to provide a portal to view news articles, along with additional features for users such as commenting and voting on articles.

Back-end Repo

The back-end repository is available at: https://github.com/LiamCurran95/vested-BE

Node

The minimum required version of Node to run this app locally is: v17.5.0

Run This App Locally

To run this app locally:

  1. Clone the repository through the command line with git clone https://github.com/LiamCurran95/vested-FE
  2. Install the dependencies through the command line with npm install
  3. Run the app with npm start.