This project was built using React, Chakra UI, HTML, CSS, JavaScript. for running on your local environment you should follow these guidelines.
The project repository can be found in GitHub link or just clone the project using this command.
Using HTTPS
git clone https://github.com/DhananjayKandalkar/airbnb-exp-page-uniacco.git
- Open terminal on your workspace
Check that you have node and npm installed
To check if you have Node.js installed, run this command in your terminal:
To confirm that you have npm installed you can run this command in your terminal:
To install all the dependences of the project, run the following command (this is must to run this codebase to your local environment):
In the project directory, To run the application run the following command:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console. if not automatically reload.. manually reload the page to see the changes.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
See the section about deployment for more information.