Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.28 KB

Northcoders News

About

Northcoders News is a social news aggregation side developed with React.

Built using Node.js (v9.2.0).

The App has been deployed to Heroku and be accessed here

Environment Setup

The following tools are required to run this locally. Links to guides have been provided to help with installation where required:

Project Setup

To run this project locally, clone this repository to your local machine, move inside the react-app folder and install the dependencies:

git clone https://github.com/amysews/nc-news-fe.git
cd nc-news-fe
npm install

The API supporting this app must be running to serve the information. Follow this link to setup the backend.

To run the app enter the following command:

npm start

The application should then launch in the default browser. By default, it will try to run on http://localhost:3000 but if the server is already running locally, then you will be asked if you would like to run on another port instead, this usually becomes PORT 3001.