Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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