Skip to content

Setup React App

AYAN BISWAS edited this page Feb 21, 2021 · 4 revisions

Setup and run React App

We Currently have the following modules which are using ReactJs

  1. hotel-admin-frontend (This is for the Hotel Admin Desk)
  2. hotel-restraunt-frontend (This is for the Hotel Restaurant End Web App)
  3. hotelontouch (This is our main landing Page)

To setup the above modules locally follow the instructions given below:

Follow the intstructions given in Contributing Guide to fork and clone the repository properly

  • Now navigate to your desired react project -

e.g. cd hotel-admin-frontend

Run app

Download the latest stable version of NodeJs here and install it. Install yarn. Run node --version and yarn --version to verify successful installation.

To get the frontend running locally:

  • Clone this repository
  • yarn to install all required dependencies
  • yarn start to start the local server

Prerequisites

Javascript - We are using technologies such as javascript , HTML , CSS for our development.

ReactJs - For the hotel end apps

Clone this wiki locally