Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.64 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.64 KB

Uevent (Admin panel)

TypeScript Vite react react admin

About

An admin panel, written in React, with the use of React Admin.

Setup & Run

Prior to setup, create an .env file based on the .env.example. Make sure your SERVER_URL in the api/.env file matches the VITE_SERVER_URL in your admin/.env. Then proceed:

  • Run npm install in the admin/ directory.
  • Run npm run dev.

Available Scripts

In the project directory, you can run:

npm run dev

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

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the dist folder.
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!

See the section about deployment for more information.