Simple booking of hotel rooms based on this app.
These instructions will help you copy this project and run on your computer.
1. Command Line
2. Yarn/Npm
3. Open port 3000
-
Clone This Repo(can copy this link) To Your Computer and Go Inside Created Directory:
foo@bar:~$ git clone https://github.com/Stradler/hotelReact.git OptionalCustomName foo@bar:~$ cd hotelReact Or OptionalCustomName
-
In The Root Directory Install Required Packages and Typings: Using npm:
foo@bar:~$ npm install
Using yarn:
foo@bar:~$ yarn install
-
Run In Root Directory
foo@bar:~$ yarn start foo@bar:~$ npm start
-
App Will Be Ran At http://localhost/3000