Installation Guide
This is a simple example of how to use the AMRO (opens in a new tab) library to create a simple web application. This library based on React (opens in a new tab), DaisyUI (opens in a new tab), TailwindCSS (opens in a new tab), Next.js (opens in a new tab) and TypeScript (opens in a new tab). This docs will show you how to use this library to create a simple web application. This is a Dashboard
and Landing Page
template. You can use this template to create a complete full-stack web application easily.
Project setup
First, you need to install the dependencies of this project. You can use npm (opens in a new tab) or yarn (opens in a new tab).
npm install
# OR
yarn install
Run the project
After you install the dependencies, you can run the project with this command.
npm run dev
# OR
yarn dev
Build the project
If you want to build the project, you can use this command.
npm run build
# OR
yarn build