This is a non-functional Tourism application built on Vite using React + Material UI to demonstrate the basics of Material UI with React.
View Demo | Report Issue | Request Feature | @webceyhan
- Clone the repository.
git clone https://github.com/webceyhan/react-tourism-app.git
- Get inside the cloned project folder.
cd react-tourism-app
- Install NPM packages.
npm install
Run the app in the development mode.
npm run dev
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.
Build the app for production to the dist
folder.
npm run build
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
You can also preview the built application locally as follows:
npm run preview
A GitHub Action will automatically deploy the project to Netlify on every push.
See the details in .github/workflows/netlify-deploy.yml