Skip to content

about7codes/travelag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TravelAG WebApp built with React JS

Check it Live

Direct link: https://travel-ag.netlify.app

Or run it locally

Step 1: Download/clone git repo.
Step 2: Open TravelAG project with VS Code.
Step 3: run script npm install to install all the node modules.
Step 4: run script npm start to run/deploy project on local host.
Step 5: Open http://localhost:3000 to view it in the browser.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.