Elstar-lite
Elstar-lite copied to clipboard
Elstar is a React admin template with developer experience friendly & highly scalable, it comes with set of UI components meticulously crafted with Tailwind CSS, it fulfilled most of the use case to c...
Elstar - Lite
This is a lite version of Elstar - React Tailwind Admin Template
Prerequisites
- node
- npm
- yarn (optional)
Installation and Run locally
To get started follow this steps:
- Install packages:
npm install
. - Start the project locally:
npm run start
(running on port 5173).
Building Project
To build the app for production run npm run build