https://github.com/kumard3/dev-ui-templates
This repo conatain all the template of Dev.UI
https://github.com/kumard3/dev-ui-templates
componets devui nextjs nextjs-boilerplate nextjs-components nextjs-template reactjs template
Last synced: 7 months ago
JSON representation
This repo conatain all the template of Dev.UI
- Host: GitHub
- URL: https://github.com/kumard3/dev-ui-templates
- Owner: kumard3
- Created: 2022-02-27T19:36:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T12:48:33.000Z (about 1 year ago)
- Last Synced: 2025-01-20T13:52:27.001Z (about 1 year ago)
- Topics: componets, devui, nextjs, nextjs-boilerplate, nextjs-components, nextjs-template, reactjs, template
- Language: TypeScript
- Homepage: https://dev-ui.vercel.app/
- Size: 25.9 MB
- Stars: 33
- Watchers: 1
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dev.Ui Templates
## This repo conatain all the template of [Dev.Ui](https://dev-ui.vercel.app/templates)
[](https://dev-ui.vercel.app)
## 🛠Development
Clone the repository
```zsh
git clone https://github.com/kumard3/dev-ui-templates.git
```
Install dependencies
```zsh
npm install
# Or using Yarn
yarn
```
Start the development server
```zsh
npm run dev
# Or using Yarn
yarn dev
```
Build for production
```zsh
npm run build
# Or using Yarn
yarn build
```