@turbostrapi/frontend apps/frontend
What is TurboStrapi?
TurboStrapi is the perfect starter template to kickstart your next project, combining Strapi, Next.js, Tailwind CSS, and Turborepo. No more wasting time on setups – jump straight into creating with everything you need in one package!
Tec-Stack
- 🌐 Strapi: A headless CMS that gives developers the freedom to define their content structure.
- 🔥 Next.js: A React framework for production, providing server-side rendering and static site generation.
- 💼 Turborepo: Monorepo Management. Simplifies the management of complex codebases.
- 🌍 Internationalization: Already fully pre-configured.
- 🔗 API Connection: Type-safe backend-frontend integration.
To get started, clone the repository using the following command:
git clone https://github.com/sawden/turbostrapi.git
Once you have the code, navigate into your new TurboStrapi directory and install the dependencies:
cd turbostrapi
yarn install
Happy coding!