git clone https://github.com/rishabhknowss/Echo-Serverless-blogging-site.git
cd server
npm install
npm run dev
cd client
npm install
npm run dev
- node
- cloudflare worker (wrangler)
A fully responsive React based blogging platform , the backend is written in hono.js and deployed on cloudflare-workers
TypeScript
git clone https://github.com/rishabhknowss/Echo-Serverless-blogging-site.git
cd server
npm install
npm run dev
cd client
npm install
npm run dev