This application implements the client part of the local hosting management manager. The server part of the application is located in the repository chat3-manager-backend.
The application is built on the basis of a starter TailAdmin React - Free React Tailwind Admin Dashboard Template.
You'll need to install Node.js >=v14.16+ (Recommended Version) (NPM comes along with it) and TailAdmin uses Vite for frontend tooling, to peform installation and building production version, please follow these steps from below:
-
Use terminal and navigate to the project root.
-
Then run :
npm install
-
Then run :
npm run dev
Now, in the browser go to localhost:5173
For Production Build
Run : npm run build
Default build output directory: /dist
This command will generate a dist as build folder in the root of your template that you can upload to your server.