Skip to content

Agry88/strapi-template

Repository files navigation

🚀 Getting started with the project

Please follow the following step to start develop the project.

install the plugin

npm install
# or
yarn

import the config

npm run cs import -y
# or
yarn cs import -y

develop

npm run develop
# or
yarn develop

Production

If you are gonna use this project to production, follow following step

build

npm run build
or
yarn build

run the project

npm run start
or
yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published