React NextJS Simple Blog

This is a simple blog app with Next.js hosted on Vercel.
I made this for learning React.

Demo

View Demo

Getting Started

  1. Clone this repo
git clone git@github.com:chocolat5/react-nextjs-simple-blog.git <PROJECT_NAME>
  1. Move to the appropriate directory
cd <PROJECT_NAME>
  1. Install npm package
npm install --save-dev
  1. Run the project
npm run start

References

Next.js & React - The Complete Guide (incl. Two Paths!)

Author

chocolat5