Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 854 Bytes

File metadata and controls

39 lines (21 loc) · 854 Bytes

Basic Flight Reservation Client

This is simple frontend app that consume Basic Flights Reservation API

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites (Used Technologies)

Node.js v8.10.0 or above

Installation

To run App on Ububtu:

follow this commands

$ cd {project_folder}/

$ npm install

$ npm start

start app via https://localhost:3000/

To run App on Windows

open project directory

open cmd and type this commands

$ npm install

$ npm start

start app via https://localhost:3000/

Author

Rania Sayed