In order to run the project on your local machine you have to create a file .env.local and paste into this content:
VITE_USERS_API="http://localhost:3001/users"
VITE_MESSAGES_API="http://localhost:3001/messages"
Then:
- install all dependencies by running
yarn install
- run
yarn dev
to run the app with json server (json-server is used as local server that stores json data)
- Typescript
- React
- React Router v6
- React Error Boundary
- React TextArea AutoSize
- SWR
- Jotai
- HeadlessUI
- Tailwind CSS
- React Feather icons
- Json server
All this stuff bundled by vite