/Hotel-Reviews-App

Hotel Reviews App build with Node.js, React & Redux

Primary LanguageJavaScript

Hotel Reviews App

This is a web app for showing hotel reviews build using ReactJs, ReduxJs and NodeJs.

Screenshot

How to run it locally

  • Clone the repository to your machine git clone https://github.com/AnasFullStack/Hotel-Reviews-App.git

  • Change the directory to the project folder:

  • Start the server first

$ cd server
$ npm install
$ npm start
  • Start a new shell and start the client
$ cd app
$ npm install
$ npm start

To run the tests

$ cd server
$ npm test