e6 staff dashboard
- Install Node.js
The project uses Node 20 and above - Install Yarn
We use yarn instead of npm - Clone the repository
git clone https://github.com/clynamic/6oclock.git
-
Set up the Backend
Follow the instructions in the README -
Install dependencies
yarn
- Start the development server
You should see a URL in the terminal
yarn dev
- Vite - fast frontend build tool
- TypeScript - javascript with types
- Yarn - package manager
- ESLint - linting
- Prettier - code formatting
- React - frontend library
- Material-UI - Material Design pre-built components
- React Query - data fetching and caching
- React Hook Form - form validation
- Axios - HTTP client
- Orval - API client generator
- React Router - routing
- React Grid Layout - draggable, resizable grid layout
- Luxon - date and time library