Skip to content

Instantly share code, notes, and snippets.

@ashx3s
Last active November 11, 2021 07:41
Show Gist options
  • Select an option

  • Save ashx3s/ab6c6b5697b3a1db8682fb555a86b496 to your computer and use it in GitHub Desktop.

Select an option

Save ashx3s/ab6c6b5697b3a1db8682fb555a86b496 to your computer and use it in GitHub Desktop.
Strapi-Setup

Strapi Install

This will outline how to set up a Strapi install on localhost.

Directions

  1. Set correct node version (currently strapi is at v14)
  2. Install using npm or yarn
  • npx create-strapi-app project-name --quickstart
  1. Create an administrator user
  • You will get an admin panel after the script installs strapi

Notes

  • You can also use the --template flag to get the option to choose between
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment