Skip to content

Marktawa/strapi-nuxt-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

License: MIT

Content Previews with Strapi and Nuxt.js

This repository serves as a code container for the tutorial I wrote on Strapi's Blog.

Prerequisites

These things are required before setting up the project.

Getting Started

Follow these instructions to get the project up and running.

# clone the repo
$ git clone https://github.com/Marktawa/strapi-nuxt-preview.git

# change directory
$ cd strapi-nuxt-preview

For Strapi

# navigate to backend directory that holds strapi code
$ cd nuxt-preview-api

# install dependencies
$ npm install

# served at http://localhost:1337
$ npm run develop

For Nuxt

# navigate to frontend directory that holds next.js code
$ cd nuxt-preview-demo

# install dependencies
$ npm install

# served at http://localhost:3000
$ npm run dev

For detailed instructions, read the blog.

Tech Stack

Authors

Extra

About

๐Ÿ‘€ Content Previews using Strapi and Nuxt.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published