> node -v
v15.5.0
> npm -v
7.3.0
> yarn -v
1.22.10
git cz
Docker is required.
if you haven't installed docker for desktop, install it first.
- run
yarn install
- move to
deployment/development
directory - run
docker-compose up -d
to run mysql and redis in docker - move to root directory in this project
- build the app by running
yarn build
- run
yarn watch
- access
http://localhost:4000
and you will see the app login page - the account and password are already provided, please see the Account and Password section.
- fastly