Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chuksjoshuaa/you-verify

Built a Modern UI dashboard where an admin can get all lists of Users and Agents that is signed up in their platform. Also an integrated Map to get location of various Users
https://github.com/chuksjoshuaa/you-verify

css3 html5 nuxtjs openlayers tailwindcss vuejs

Last synced: 2 days ago
JSON representation

Built a Modern UI dashboard where an admin can get all lists of Users and Agents that is signed up in their platform. Also an integrated Map to get location of various Users

Awesome Lists containing this project

README

        

# Modern UI Dashboard With Map
icon.

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install
```

## Development Server

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```