Atika is a free Tailwind CSS Admin Dashboard that built using Astro, Tailwind CSS, DaisyUI, Preline UI and Meraki UI
Inside this project, you'll see the following folders and files:
/
├── public/
├── dist/
├── src/
│ └── pages/
└── package.json
Static files that you can use directly to work on your project are in the dist folder.
The src folder is used for the development stage or source code for this admin dashboard
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build static files to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |
You can see the live demo here https://atika-dashboard.vercel.app