React + Vite codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
To get the frontend running locally:
- Clone this repo
npm install
to install all req'd dependenciesnpm run dev
to start the local server (this project Vite)