A front-end application for interacting with the NC News back end. This project replicates a social news aggregation, web content rating, and discussion website. It is similar to Reddit.
This project requires Node to run. You can find installation instructions for on the nodejs.org website.
When node is installed clone the project from github and install the required packages by navigating to where you want the project to be installed and running the following commands:
$ git clone https://github.com/DanSoup/FE-FT-NC-News.git
$ cd cd FE-FT-NC-News/nc-news/
$ npm install
Once all the required packages have been installed start the front-end application in you default browser with the following command.
$ npm start
To deploy the project use the following command:
$ npm run build