All cool devs have a blog. I want to be a cool dev, therefore I made a blog: blog.ashkan.zone.
Why v2? Because I had another blog project that was an eyesore. This one looks decent (and uses TypeScript).
- TypeScript: Literally just JavaScript but with static typing.
- React: The go-to framework to make abstract UI components.
- Tailwind CSS: Awesome implementation of atomic CSS.
- Gatsby: features specifically for making blogs (e.g. writing blog entries in Markdown!)
- clone the repo
npm install
npm run develop
- open
localhost:8080
in your browser and see it change as you modify your code!