Skip to content

Latest commit

 

History

History
executable file
·
64 lines (50 loc) · 1.48 KB

README.md

File metadata and controls

executable file
·
64 lines (50 loc) · 1.48 KB

Booking System

Hotel Club. Access the world's best hotels. Pay no booking fees.
GitHub ·

Website ·

  Star Repo


papriika.com-v0.4.4


Table of contents

Quick start

Quickly start by cloning the repository to your local machine

$ git clone https://github.com/Excellent1212/Booking-System-React.git

Install npm. npm is installed and comes bundled with Node.js

$ brew install node

Add dependencies

$ npm install

Start the local client side server and run the app. The app will automatically open your web browser and navigate to http://localhost:3000/ for you

$ npm start