Skip to content

Latest commit

 

History

History
executable file
·
31 lines (18 loc) · 749 Bytes

README.md

File metadata and controls

executable file
·
31 lines (18 loc) · 749 Bytes

NEWS APP

This application need's their server to run well, so make sure that you have this server and that it is running. You will found the server on my gitHub, it name is: news-backend.

Summary

You need to install all the dependencies to run the application using:

npm install

The dependencies are:

  • axios
  • bootstrap
  • moment
  • react-router-dom

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.