Skip to content

mohammedrehman33/Learn-Strapi-in-10-minutes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Learn-Strapi-in-10-minutes

What is Strapi? Strapi is a flexible, open-source Headless CMS that gives developers the freedom to choose their favorite tools and frameworks while also allowing editors to easily manage and distribute their content. By making the admin panel and API extensible through a plugin system, Strapi enables the world's largest companies to accelerate content delivery while building beautiful digital experiences.

Installing from CLI

Software Minimum version Node.js 12.x npm 6.x

Create a new project

type this command using cmd npx create-strapi-app my-project --quickstart


NOTE

in most cases AUTOMATICALLY project starts

Starting Project

npm run develop

Create an Administrator user

Navigate to http://localhost:1337/admin

About

What is Strapi? Strapi is a flexible, open-source Headless CMS that gives developers the freedom to choose their favorite tools and frameworks while also allowing editors to easily manage and distribute their content. By making the admin panel and API extensible through a plugin system, Strapi enables the world's largest companies to accelerate …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors