ArturW1998 / admin-dashboard

Simple Admin Dashboard Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Admin Dashboard Application

License:MIT License


Languages

Language:TypeScript 96.1%Language:HTML 2.1%Language:Dockerfile 1.9%