Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biantris/dash
Dashboard template with NextJs v13 and Antd UI
https://github.com/biantris/dash
ant-design antd dashboard-templates nextjs nextjs13 react-chartjs-2
Last synced: 12 days ago
JSON representation
Dashboard template with NextJs v13 and Antd UI
- Host: GitHub
- URL: https://github.com/biantris/dash
- Owner: biantris
- Created: 2022-12-07T17:27:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T17:37:17.000Z (6 months ago)
- Last Synced: 2024-05-01T13:28:39.073Z (6 months ago)
- Topics: ant-design, antd, dashboard-templates, nextjs, nextjs13, react-chartjs-2
- Language: TypeScript
- Homepage: https://dash-biantris.vercel.app
- Size: 1.2 MB
- Stars: 35
- Watchers: 1
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Application for users to consult the list of all assets 🔧💻🚜
![image](https://user-images.githubusercontent.com/65451957/206830693-88db2615-42fe-4305-b51c-2deeb9f4a510.png)## Stack
#### ➜ Root
- [x] Linter (Eslint)
- [x] Prettier
- [x] Editorconfig
- [x] Lint staged
- [x] Pre-commit
- [x] Dependabot
- [x] CI/CD w/ Github Actions#### ➜ Web
- [x] TypeScript
- [x] Nextjs v13
- [x] Fetch API
- [x] Ant Design UI
- [x] react-chartjs-2
- [ ] Jest + Testing Library
- [ ] Storybook## Project architecture
`🚧 wip 🚧`## Getting Started
- clone this repo```sh
# install dependencies
> yarn
# or
> yarn install# start project
> yarn dev# open in
http://localhost:3000
```
## Run Storybook
`🚧 wip 🚧`## Engine Locking
We would like for all developers working on this project to use the same Node engine and package manager we are using.
- .nvmrc - Will tell other uses of the project which version of Node is used
- .npmrc - Will tell other users of the project which package manager is used## Testing
`🚧 wip 🚧`
## Git Hooks
- [Husky](https://typicode.github.io/husky/#/): Husky is a tool for running scripts at different stages of the git process, for example add, commit, push, etc. We would like to be able to set certain conditions, and only allow things like commit and push to succeed if our code meets those conditions, presuming that it indicates our project is of acceptable quality.
## Demo
🔗 https://dash-biantris.vercel.app/