/write.it

Primary LanguageTypeScriptMIT LicenseMIT

React Frontend + Hono Serverless Backend

This template provides a minimal setup to get Write.it working locally.

  1. Clone the repo git clone https://github.com/Pratham271/write.it
  2. Open it in vs code
  3. Open 2 terminals in vs code and run cd backend in one terminal & cd frontend in other
  4. Run npm install in both the terminals
  5. Run npm run dev in both the terminals
  6. This should get your app running