Getting Started

The fastest way to create a application. All the features you need to start your app!

Create a new project

  1. Copy this repository:
npx
git clone https://github.com/jotadevelopers/uno-admin.git
  1. Access the created directory
npx
cd uno-admin
  1. Install the dependencies in the uno-admin folder:
npm
npm install
yarn
yarn install
  1. Run the dev command to start Docus in development mode:
npm
npm run dev
yarn
yarn dev
✨ Well done! A browser window should automatically open for http://localhost:3000