Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morinokami/astro-dashboard
Astro version of Next.js Dashboard developed in Learn Next.js course
https://github.com/morinokami/astro-dashboard
Last synced: about 1 month ago
JSON representation
Astro version of Next.js Dashboard developed in Learn Next.js course
- Host: GitHub
- URL: https://github.com/morinokami/astro-dashboard
- Owner: morinokami
- Created: 2024-05-17T17:24:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T14:09:08.000Z (7 months ago)
- Last Synced: 2024-10-13T11:09:15.319Z (3 months ago)
- Language: TypeScript
- Homepage: https://next-learn-dashboard-astro.vercel.app/
- Size: 1.25 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Dashboard
This project implements the [Dashboard](https://next-learn-dashboard.vercel.sh/) developed in the [Learn Next.js](https://nextjs.org/learn) course using [Astro](https://astro.build/). By leveraging Astro [DB](https://docs.astro.build/en/guides/astro-db/), [Actions](https://docs.astro.build/en/reference/configuration-reference/#experimentalactions), and Suspense (powered by [Simple stream](https://simple-stack.dev/stream)), I aimed to replicate the Next.js version of the dashboard as closely as possible.
You can access the application at https://next-learn-dashboard-astro.vercel.app/. Please log in using the following credentials:
- Email: [email protected]
- Password: 123456To run the application locally, install [Bun](https://bun.sh/) and execute the following command:
```sh
bun install
bun run dev
```This will initialize the DB and start the application. You can access the application at http://localhost:4321.