Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.22 KB

File metadata and controls

30 lines (21 loc) · 1.22 KB

Strapi Content Types Builder 101

A quick introduction to Strapi content type builder tool, using Next JS. Check out the video tutorial here

Credits 📣 🏆

This template was built by the very talented Unlikely Technology team, including Simon Corompt, Raoul Gaillard, Bastien Paquier and myself.

Meta

This version is a simplified one as the demo was made using paid packages to animate DOM elements. The main goal here is to understand how to create a dynamic page structure.

Steps to install the project

# Install front dependencies & start dev server (folder ./front)
yarn && yarn dev

# Install admin dependencies & start Strapi server (folder ./admin)
yarn && yarn develop

Open http://localhost:3000 in your browser & http://localhost:1337 for the Strapi admin interface.