https://github.com/tayeb-ali/next-dashboard
https://github.com/tayeb-ali/next-dashboard
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tayeb-ali/next-dashboard
- Owner: Tayeb-Ali
- Created: 2022-07-19T18:33:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T05:33:19.000Z (about 3 years ago)
- Last Synced: 2025-01-21T07:43:16.574Z (9 months ago)
- Language: TypeScript
- Homepage: next-dashboard-mu.vercel.app
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Intro
This is a [Next-Dashboard](https://dash.smart.sd/) project bootstrapped with Next.js.
## Screenshots

## Getting Started
First clone the project, & run the development server:
``
git clone git@github.com:Tayeb-Ali/Next-Dashboard.git
``or
``
git clone https://github.com/Tayeb-Ali/Next-Dashboard.git
``then Run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.