Skip to content

A sample implementation for blog-app based on clean architecture using Next.js and TypeScript.

License

Notifications You must be signed in to change notification settings

yudwig/next-clean-blog

Repository files navigation

next-clean-blog

A sample implementation for blog-app based on clean architecture using Next.js and TypeScript.

Deployed on Vercel: https://next-clean-blog.vercel.app/

ss-next-clean-blog

Tech Stack

Category Name Link
Language TypeScript https://www.typescriptlang.org/
Framework Next.js https://nextjs.org/
Library React https://reactjs.org/
Architecture Clean Architecture https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html
UI Library Tailwind CSS https://tailwindcss.com/
Code Formatter Prettier https://prettier.io/
Design System Atomic Design https://atomicdesign.bradfrost.com/

How to run

  • Run the development server
$ yarn dev
  • Run SSG and start production server
$ yarn build
$ yarn start