dev-ui-templates
dev-ui-templates copied to clipboard
This repo conatain all the template of Dev.UI
trafficstars
Dev.Ui Templates
This repo conatain all the template of Dev.Ui
🛠 Development
Clone the repository
git clone https://github.com/kumard3/dev-ui-templates.git
Install dependencies
npm install
# Or using Yarn
yarn
Start the development server
npm run dev
# Or using Yarn
yarn dev
Build for production
npm run build
# Or using Yarn
yarn build