Skip to content

Latest commit

 

History

History
85 lines (56 loc) · 1.45 KB

README.md

File metadata and controls

85 lines (56 loc) · 1.45 KB

NC News

Please visit the following link if you want to see the deployed version of this application.

https://ncnews-umair.firebaseapp.com/

Full C.R.U.D news app

API End points

https://umair-ncnews-be.herokuapp.com/

Instructions

Getting Started

Please ensure you have latest version of NODE installed (v8.4x or above) along with git. To check if it is intalled, you can type git --version on your command line.

Installation

In the terminal enter:

git clone https://github.com/ahmedu007/FE-NC_News.git

cd into the project directory and run

npm install

or

yarn

then

npm start

or

yarn start

and navigate to the following URL in your browser.

http://localhost:3000/

To run tests, please open another terminal window and enter:

npm test

or

yarn test

Built With

Tested with