This is a simplified clone of the popular blogging website Medium. I may use it to bootstrap my own blog in the near future.
Powered by Next.js and TypeScript on the frontend. The backend is provided by Sanity.io.
- TypeScript
- JavaScript
- NextJS
- React
- Tailwind CSS
- Sanity
Install the dependencies with npm i or yarn
Start the project by npm run dev or yarn dev
Deploy the example using Vercel or preview live with StackBlitz
Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-appyarn create next-app --example with-tailwindcss with-tailwindcss-apppnpm create next-app --example with-tailwindcss with-tailwindcss-appDeploy it to the cloud with Vercel (Documentation).
