Clonar FoodAdvisor
Path: ./my-projects/
:
git clone https://github.com/strapi/foodadvisor.git
Path: ./my-projects/api/
:
Con yarn, ejecutar la siguiente linea de comandos:
cd api && yarn && yarn run seed && yarn develop
Despúes, seguir el tutorial para crear un administrador(https://strapi.io/documentation/3.0.0-beta.x/getting-started/quick-start-tutorial.html#_3-create-an-admin-user).
Path: ./my-projects/client/
:
Ejecutar la siguiente linea de comandos:
cd client && yarn install && yarn start
....................................................................................................................................
Path: ./my-projects/api/
:
Con yarn, ejecutar la siguiente linea de comando:
yarn develop
Para iniciar Strapi, iniciar sesión como Administrador.
Path: ./my-projects/client/
:
Ejecutar la siguiente linea de comandos:
yarn start