Skip to content

mrinjamul/nextjs-blog

Repository files navigation

NextJS blog

A simple blogging website created using NextJS.

Developments

For Development,

npm run dev

For Production,

npm run build
npm run start
# built files are located at .next directory.

Author