Deployed app: https://theshortsmonkey-nc-news.netlify.app/
This app is a simply reddit style news application of articles with:
- associated with topics
- comment functionality
- voting functionality
Backend:
Minimum Node.js version:
- v21.6.1
To run this app locally:
- git clone https://github.com/theshortsmonkey/fe-nc-news.git
- navigate to the newly created 'fe-nc-news' directory.
- use 'npm i' to install all dependancies.
- use the command 'npm run dev' to launch the app.
- navigate to the supplied 'localhost' link to view the app.