Netlify CMS & Next.js Series - Next.js Setup
Next.js Setup
Well setup Next.js using Typescript , ESLint , Prettier and Tailwind CSS.
Run the following commands to create a blank next.js project and test its working:
yarn create next-app client-cms
cd client-cms
yarn dev
You should see s...
blog.justinramel.com4 min read