This is a blog built with typescript, next.js and tailwindcss.
I write it for me, but if you find it useful, that's great, if you can help me improve it, that's even better.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/utils.ts
. The page auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources:
- TypeScript - a typed superset of JavaScript that compiles to plain JavaScript.
- TypeScript Documentation - learn about TypeScript features and API.
- React - a JavaScript library for building user interfaces.
- React Documentation - learn about React features and API.
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Tailwind CSS - a utility-first CSS framework for rapidly building custom designs.
- Tailwind CSS Documentation - learn about Tailwind CSS features and API.
This blog uses gone-engine as its backend. You can find the source code here.