An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Dev.Ui Templates
## This repo conatain all the template of [Dev.Ui](https://dev-ui.vercel.app/templates)

[![Website](https://img.shields.io/badge/%20%F0%9F%8F%A1%20website-0072ff.svg?longCache=true&style=for-the-badge)](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
```