An admin panel, written in React, with the use of React Admin.
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 theadmin/
directory. - Run
npm run dev
.
In the project directory, you can run:
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.
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.