Full stack boilerplate for Strapi + Next.js + Chakra UI projects, includes Cloudinary upload provider support, and AWS SES for emails by default.
The LearnStrapi Boilerplate is a full stack boilerplate specifically designed for Strapi, Next.js, and Chakra UI projects. It provides a monorepo setup, allowing users to easily run both Strapi and the Next.js client from a single command. Additionally, it offers options to run only the frontend after project deployment by setting up the CMS_URL_PRODUCTION in the client package. The boilerplate includes a basic Next.js app with Chakra UI, which is customizable with personalized branding. It also comes with some pre-built components and Strapi authentication.
To install the LearnStrapi Boilerplate, follow these steps:
lerna bootstrap (to install dependencies)lerna run build (to build Admin UI & Frontend)lerna run start (to start frontend and backend with lerna)The LearnStrapi Boilerplate is a comprehensive solution for developing Strapi, Next.js, and Chakra UI projects. It offers a convenient monorepo setup and the ability to run the frontend separately after project deployment. The boilerplate includes a basic Next.js app with Chakra UI, along with pre-built components and Strapi authentication. By following the installation guide, users can easily set up and customize their projects according to their specific requirements.