8000 GitHub - webceyhan/react-tourism-app: Tourism App + Vite + React + Material UI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

webceyhan/react-tourism-app

Repository files navigation

CodeQL Build and Deploy Netlify Status

Tourism App + Vite + React + Material UI

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


Installation

  1. Clone the repository.
    git clone https://github.com/webceyhan/react-tourism-app.git
  2. Get inside the cloned project folder.
    cd react-tourism-app
  3. Install NPM packages.
    npm install

Development

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.


Building

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

Deployment (Netlify)

A GitHub Action will automatically deploy the project to Netlify on every push.

See the details in .github/workflows/netlify-deploy.yml


References

Releases

No releases published

Packages

No packages published
0