This a starter/template for a Strapi backend and a Nuxt frontend.
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.
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
The backend of the application is built with Strapi
yarn start
to start up the server