You'll need to install Node.js >=v14.16+ (Recommended Version) (NPM comes along with it) and TailAdmin uses NextJs for frontend tooling, to peform installation and building production version, please follow these steps from below:
-
Use terminal and navigate to the project (tailadmin-react) root.
-
Then run :
npm install -
Then run :
npm run dev
Now, in the browser go to localhost:3000
For Production Build
Run : npm run build