https://github.com/btc415/business_dashboard_next
https://github.com/btc415/business_dashboard_next
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/btc415/business_dashboard_next
- Owner: BTC415
- License: mit
- Created: 2023-11-15T08:24:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T12:50:05.000Z (over 2 years ago)
- Last Synced: 2024-10-11T14:06:48.482Z (over 1 year ago)
- Language: TypeScript
- Size: 494 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Admin One — Free React Tailwind 3.x Admin Dashboard with dark mode](https://justboil.me/tailwind-admin-templates/free-react-dashboard/)
[]
[]
### Tailwind 3.x React with Next.js and TypeScript
**Admin One** is fast, beautiful and free React Next Tailwind CSS 3.x admin dashboard with TypeScript.
* Built with **TypeScript**, **React**, **Tailwind CSS 3** framework & **Next.js**
* **React Redux** state library — [Info](https://react-redux.js.org/)
* **Dark mode**
* **Styled** scrollbars
* SPA with **Next.js**
* **Production CSS** is only **≈38kb**
* Reusable components
* Free under MIT License
## Table of Contents
* [Vue version](#looking-for-vue-version)
* [Responsive layout](#responsive-layout)
* [Mobile & tablet](#mobile--tablet)
* [Small laptops](#small-laptops-1024px)
* [Laptops & desktops](#laptops--desktops)
* [Demo](#demo)
* [Free dashboard demo](#free-dashboard-demo)
* [Premium dashboard demo](#premium-dashboard-demo)
* [Quick Start](#quick-start)
* [Get code & install](#get-code--install)
* [Builds](#builds)
* [Linting and formatting](#linting-and-formatting)
* [Docs](#docs)
* [Browser Support](#browser-support)
* [Reporting Issues](#reporting-issues)
* [Licensing](#licensing)
* [Useful Links](#useful-links)
## Quick Start
Get code & install. Then `dev` or `build`
* [Get code & install](#get-code--install)
* [Builds](#builds)
* [Linting and formatting](#linting-and-formatting)
### Get code & install
#### Get the repo
* Clone this repo on GitHub
```
git clone https://github.com/BTC415/Business_Dashboard_Next.git
```
#### Install
`cd` to project's dir and run `npm install`
### Builds
Build are handled by Next.js CLI — [Info](https://nextjs.org/docs/api-reference/cli)
#### Hot-reloads for development
```
npm run dev
```
#### Builds and minifies for production
```
npm run build
```
#### Exports build for static hosts
```
npm run export
```
### Linting & Formatting
#### Lint
```
npm run lint
```
#### Format with prettier
```
npm run format
```
## Docs
Docs are coming soon
## Browser Support
We try to make sure Dashboard works well in the latest versions of all major browsers
## Reporting Issues
JustBoil's free items are limited to community support on GitHub.
The issue list is reserved exclusively for bug reports and feature requests. That means we do not accept usage questions. If you open an issue that does not conform to the requirements, it will be closed.
1. Make sure that you are using the latest version of the Dashboard. Issues for outdated versions are irrelevant
2. Provide steps to reproduce
3. Provide an expected behavior
4. Describe what is actually happening
5. Platform, Browser & version as some issues may be browser specific
## Licensing
- Copyright © 2019-2022
- Licensed under MIT
## Useful Links
- [Tailwind CSS](https://tailwindcss.com/)
- [Next.js Docs](https://nextjs.org/docs/getting-started)
- [React.js Docs](https://reactjs.org/docs/getting-started.html)
- [Redux Docs](https://redux.js.org/introduction/getting-started) & [React-Redux Docs](https://react-redux.js.org/introduction/getting-started)
- [TypeScript Docs](https://www.typescriptlang.org/docs/)
- [TypeScript ESLint Docs](https://typescript-eslint.io/docs/)