/nuxt-x-strapi

A Nuxt frontend and Strapi backend

Primary LanguageHTML

Nuxt x Strapi

Description

This a starter/template for a Strapi backend and a Nuxt frontend.

Demo

Installation

There's two seperate folders, backend and frontend You have to run yarn install in both individually for you to get them up and running.

Frontend

The frontend of the application is built with Nuxt.js

  • yarn dev to start it up for development

  • yarn build to build it for production

Backend

The backend of the application is built with Strapi

  • yarn start to start up the server

Blog Post - Pending