Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page
npm install @grigorov-it/mazerMazer is an Admin Dashboard Template that can help you develop faster. Made with Bootstrap 5. No jQuery dependency.
Demo Page
Documentation Page
Indonesian README
sh
git clone https://github.com/zuramai/mazer
`
2. Install dependencies
`sh
yarn install
OR
npm install
`
3. Run it locally
`sh
npm run dev
`
4. Open http://localhost:5173 in your browser
$3
- Clone the repository git clone https://github.com/zuramai/mazer
- Make sure you have Docker installed and run:
- docker build -t mazer-frontend .
- docker run -it -d -p 5173:80 --name mazer mazer-frontend
- Open http://localhost:5173`