https://github.com/malgamves/nuxt-x-strapi
A Nuxt frontend and Strapi backend
https://github.com/malgamves/nuxt-x-strapi
Last synced: about 1 year ago
JSON representation
A Nuxt frontend and Strapi backend
- Host: GitHub
- URL: https://github.com/malgamves/nuxt-x-strapi
- Owner: malgamves
- Created: 2020-03-09T14:35:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:52:47.000Z (over 3 years ago)
- Last Synced: 2025-01-26T04:26:36.699Z (over 1 year ago)
- Language: HTML
- Size: 2.59 MB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt x Strapi
## Description
This a starter/template for a Strapi backend and a Nuxt frontend.

# 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