We'll start with the basics of creating a new Strapi project, naming the project API, and setting up the project to use an SQLite database.
Instructor: [0:00] To start a new Strapi project, in our terminal -- we are in our modern-cms folder -- we'll type in the command npx create-strapi-app @latest and click Enter. We'll name our Strapi project api and choose the --quickstart option, which gives us a SQL-like database.
[0:19] Our Strapi app opens up in a new tab. Now we need to create an admin user, give our admin user a first name, a last name, an email address. We'll set a password, and we'll confirm our password. Now we're in our Strapi dashboard.
[0:45] That is how you create and start a new Strapi project.
Member comments are a way for members to communicate, interact, and ask questions about a lesson.
The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io
Be on-Topic
Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.
Avoid meta-discussion
Code Problems?
Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context
Details and Context
Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!