/TravelApp

Single page Web application that helps you travel around the globe

Primary LanguageJavaScript

EvaluateNewsNLP

The goal of this repo is be an example of a basic but functional app built on Express and Webpack.

Get Up and Running

Download the zip file and cd into the folder

cd into your folder and add your api key in the .env file then run the following commands:

  • npm install
  • npm run build-prod
  • npm run start to start the app
  • this app runs on localhost:8081
  • npm run test to make testing with jest