A full website selling cosplay stuff
- From root directory, run command line:
yarn
. In case you have not install yarn, run this line first:npm install --global yarn
- cd
api/rest
, runyarn
. - cd
shop
, runyarn
- put .env files in root directory and
/shop
. - From
/api/rest
, runyarn start:dev
- From root directory, run
yarn run dev:shop-rest
, ctrl click on the URL: localhost/3003