This is a starter kit using NextJS V12.0.8, Tailwind CSS (with aspect-ratio, forms & typography) as well as @headlessui/react and react-icons
This is a start kit built using NextJS and Tailwind CSS. I use this starter kit for any new projects I want to build with a React core and to ultimately host within AWS Amplify.
Currently AWS Amplify has issues supporting the API of NextJS on Versions > 12.0.8 (at time of writing on 26th Apr 2022), hence why this is using NextJS V12.0.8
I've added in React Icons as well as Tailwinds Headless UI
Use this as either a barebones starter kit, or if you use the feature/blogs-markdown or feature/sitemap-generator branches a ready to go Blogging tool
- feature/blogs-markdown - Added the ability to have Markdown blog articles, NextJS will read these files at build time and create the pages before deploying
- feature/sitemap-generator - Uses Webpack to generate a dynamic sitemap.xml file that changes the date when your main files are edited, as well as reading the blog Markdown files
yarn install
yarn devYou can deploy this using either Vercel (Recommended) or with AWS Amplify to have a website up and running in minutes!