git clone git@github.com:jj-mms/jj-mms.git- Create
.envfile - Set env attributes, you can reference
template.envfile
# install by package-lock.json modules
npm ci
# use in build backend & frontend
npm run build
# only build frontend
npm run frontend-buildnpm start