Skip to content

Web application which loads and displays the list of latest articles from National Geographic website using NewsAPI

Notifications You must be signed in to change notification settings

marcinkapica/articles-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Small web application which loads and displays the list of latest articles from National Geographic website using NewsAPI.

DEMO

Installation and launching

1. Installing npm packages

In order to launch the app, firstly you need to install the required npm packages. It can be done by the command:

npm install

2. Launching the app in developer environment

To launch the app in development environment you need to use the command:

npm start

The app hosted on localhost will be displayed in the browser window. Development files are stored in the app folder.

3. Generating production build

In order to generate app files for production build you need to use command:

npm run build

This will cause deletion of all contents of the dist folder and will generate in this location minified and concatenated app files ready to be deployed.

Used tools, libraries and frameworks

About

Web application which loads and displays the list of latest articles from National Geographic website using NewsAPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published