|
|
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| README.md | ||
| env.example | ||
| index.html | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| vite.config.js | ||
README.md
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