Closed ykzhukian closed 4 years ago
Test project by Kian Zhu
to run the project: firstly cd into server dir and run yarn start to start server: strapi then cd into ui dir and run yarn start to start ui server you may need to change the BASE_URL in .env file for ui
yarn start
BASE_URL
.env
Test project by Kian Zhu
to run the project: firstly cd into server dir and run
yarn start
to start server: strapi then cd into ui dir and runyarn start
to start ui server you may need to change theBASE_URL
in.env
file for ui