428 B
428 B
Blog Editor Frontend
React + Vite frontend for the blog editor application.
Setup
- Install dependencies:
npm install
- Create
.envfile:
VITE_API_URL=http://localhost:5000
- Start development server:
npm run dev
Build
npm run build
Features
- TipTap rich text editor
- Auto-save functionality
- Image upload to S3
- JWT authentication
- Responsive design