Skip to content

A repository with a frontend app that has pre-filled Tailwind Components and a backend with Strapi that used Dynamic Zones to build out webpages in the frontend with Zero Developer effort.

Notifications You must be signed in to change notification settings

Loumaris/strapi-acme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

strapi-acme

A repository with a frontend app that has pre-filled Tailwind Components and a backend with Strapi that used Dynamic Zones to build out webpages in the frontend with zero developer effort

This repo was inspired by this twitter thread.

Getting Started

To get started clone the repo

git clone https://github.com/malgamves/strapi-acme.git
cd strapi-acme

The project has two folders frontend for your Nuxt frontend and backend for your Strapi backend.

Frontend

The frontend is built with Nuxt. This sets up your frontend.

cd frontend

yarn install

Then run yarn dev to start your frontend server.

Backend

The backend is built with Strapi. This sets up your backend.

cd backend

yarn install

Then run yarn develop to start your backend server.

Deployment

You can deploy your frontend by following the Nuxt deployment guide.

For your backend, Strapi has numerous options in it's deployment guide.

Contributing

Feel free to send over a PR for any changes you think should be included.

About

A repository with a frontend app that has pre-filled Tailwind Components and a backend with Strapi that used Dynamic Zones to build out webpages in the frontend with Zero Developer effort.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 75.9%
  • JavaScript 24.0%
  • Shell 0.1%