A quick introduction to Strapi content type builder tool, using Next JS. Check out the video tutorial here
This template was built by the very talented Unlikely Technology team, including Simon Corompt, Raoul Gaillard, Bastien Paquier and myself.
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.
- State: Development
- Contact:
# 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.