https://github.com/thuyencode/admin-dashboard
Project: Admin Dashboard | The Odin Project
https://github.com/thuyencode/admin-dashboard
theodinproject
Last synced: 5 months ago
JSON representation
Project: Admin Dashboard | The Odin Project
- Host: GitHub
- URL: https://github.com/thuyencode/admin-dashboard
- Owner: thuyencode
- Created: 2023-11-28T04:41:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T04:15:24.000Z (about 2 years ago)
- Last Synced: 2025-03-21T02:25:32.357Z (11 months ago)
- Topics: theodinproject
- Language: HTML
- Homepage: https://thuyencode.github.io/admin-dashboard/
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: Admin Dashboard
[More detail information here](https://www.theodinproject.com/lessons/node-path-intermediate-html-and-css-admin-dashboard).
|  |
| :----------------------------------------------------------------------------------------------------------------: |
| It's also very responsive 📱 |
## Getting started
First, install all the dependencies:
```bash
npm i
# or if you're using Bun
bun i
```
To run the dev server:
```bash
npm run dev
# or if you're using Bun
bun dev
```
To export and preview the production build:
```bash
npm run build
npm run preview
# or if you're using Bun
bun run build
bun preview
```
## Assets
- Icons used: **Remix Icon** designed by [Remix Icon](https://remixicon.com) and **Material Design Icons** designed by [Pictogrammers](https://pictogrammers.com/library/mdi) through [Iconify](https://iconify.design)
- UI components by [Preline UI](https://preline.co)