/admin-dashboard

Simple Admin Dashboard Application

Primary LanguageTypeScriptMIT LicenseMIT

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