Read the Getting Started tutorialor follow the steps below: ⏳ Installation Install Strapi with thisQuickstartcommand to create a Strapi project instantly: (Useyarnto install the Strapi project (recommended).
Read the Getting Started tutorialor follow the steps below: ⏳ Installation Install Strapi with thisQuickstartcommand to create a Strapi project instantly: (Useyarnto install the Strapi project (recommended).Install yarn with these docs.) ...
Read the Getting Started tutorialor follow the steps below: ⏳ Installation Install Strapi with thisQuickstartcommand to create a Strapi project instantly: (Useyarnto install the Strapi project (recommended).Install yarn with these docs.) ...
完成后, 去到你要创建本文项目的目录, 比如我这里的路径是/home/web/, 我在这里创建一个gatsby-strapi-tutorial目录: # mkdir gatsby-strapi-tutorial 在这里面搭一个API脚手架 # cd gatsby-strapi-tutorial # strapi new api 进入项目目录, 并运行Node.js服务器 # cd api # strapi start 遇到了一些小...
完成后, 去到你要创建本文项目的目录, 比如我这里的路径是/home/web/, 我在这里创建一个gatsby-strapi-tutorial目录: # mkdir gatsby-strapi-tutorial 在这里面搭一个API脚手架 # cd gatsby-strapi-tutorial# strapi new api 进入项目目录, 并运行Node.js服务器 ...
Plugins Oriented: Install the auth system, content management, custom plugins, and more, in seconds. Blazing Fast: Built on top of Node.js, Strapi delivers amazing performance. Front-end Agnostic: Use any front-end framework (React, Vue, Angular, etc.), mobile apps or even IoT. Powerful ...
-Plugins Oriented:Install the auth system, content management, custom plugins, and more, in seconds. -Blazing Fast:Built on top of Node.js, Strapi delivers amazing performance. -Front-end Agnostic:Use any front-end framework (React, Vue, Angular, etc.), mobile apps or even IoT. ...
Read the Getting Started tutorial or follow the steps below: ⏳ Installation Install Strapi with this Quickstart command to create a Strapi project instantly: (Use yarn to install the Strapi project (recommended). Install yarn with these docs.) yarn create strapi or (Using npx to install...
Dependencies@reduxjs/toolkit, @strapi/design-system, @strapi/helper-plugin, @strapi/icons, @strapi/types, @strapi/utils, axios, date-fns, date-fns-tz, formik, lodash, node-schedule, react-intl, react-redux, yup 15 DevDependencies@strapi/admin, @strapi/admin-test-utils, @strapi/pack-...
In this tutorial, you set up a production environment for Strapi using a PostgreSQL database. You also served your Strapi application behind an Nginx reverse proxy and used the PM2 process manager to keep your server up and running.