The goal of this project is to make an REST API which will be used for a blog client and blog CMS. This is the client part of the project.
To run this project on your local server, first install the dependencies with the command:
npm install
Now create a file called ".env.development" and ".env.production" at the root of the project and inside each file add:
VITE_API_HOST="(backend_host_location)"
The VITE_API_HOST variable in ".env.development" is for development purposes, while the variable in ".env.production" is used when Vite builds the site.
After that is done, you can start the server with:
npm run dev
- React
- React Router
- Vite
- Typescript
- TailwindCSS
- DayJS
- Universal-Cookie
- ESLint
- Prettier
- JWT Decode