Getting Started
The fastest way to create a application. All the features you need to start your app!
Create a new project
- Copy this repository:
npx
git clone https://github.com/jotadevelopers/uno-admin.git
- Access the created directory
npx
cd uno-admin
- Install the dependencies in the
uno-admin
folder:
npm
npm install
- Run the
dev
command to start Docus in development mode:
npm
npm run dev
✨ Well done! A browser window should automatically open for http://localhost:3000