Evaluate News Article is the Third project in the FWD nano degree for advanced web development track

Starting the Project

  • Install by writing the following in the console npm install
  • Build the project in production mode running npm run build-prod
  • Start the server by running npm start
  • After that the website is ready at http://localhost:8081

Running test

  • Write in the console the following npm test