Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kraiviks/k-admin-dashboard
Simple Admin Dashboard Application
https://github.com/kraiviks/k-admin-dashboard
antd axios feature-sliced feature-sliced-design react react-hook-form react-router-dom styled-components typescript zod
Last synced: about 1 month ago
JSON representation
Simple Admin Dashboard Application
- Host: GitHub
- URL: https://github.com/kraiviks/k-admin-dashboard
- Owner: kraiviks
- License: mit
- Created: 2024-03-06T11:03:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-13T11:46:09.000Z (10 months ago)
- Last Synced: 2024-04-13T19:12:44.621Z (9 months ago)
- Topics: antd, axios, feature-sliced, feature-sliced-design, react, react-hook-form, react-router-dom, styled-components, typescript, zod
- Language: TypeScript
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# admin-dashboard
## Run the project
- Copy `.env.example` as `.env`
- Replace the values of the environment variables with your own in the `.env` file```
yarn install - install dependencies
yarn dev - run frontend project in dev mode
```---
## Scripts
- `yarn dev` - Run frontend project on vite
- `yarn build` - Build in prod mode
- `yarn lint` - Lint check for js & ts files
- `yarn lint:fix` - Fix js & ts files with linter
- `yarn tsc` - Type-check ts files without emitting output files
- `yarn preview` - Launch a preview server for the built project on vite