- run
npm run prepare-server
- run
npm run prepare-client
- Create
.env
file, and add this content to that file
REACT_APP_KEY=
REACT_APP_COMPANY_NAME=
REACT_APP_ENVIRONMENT=
REACT_APP_SECRET_KEY=
REACT_APP_AUTH_SERVER=
REACT_APP_SUPER_USER=
- run
npm run set-up-env
, and complete the steps to complete the installation of the env . file - Go to client folder, and open package.json, after that remove proxy line, we only use proxy for development environment
- run
npm run build
- run
npm run prepare-server
- run
npm run prepare-client
- Create
.env
file, and add this content to that file
REACT_APP_KEY=
REACT_APP_COMPANY_NAME=
REACT_APP_ENVIRONMENT=
REACT_APP_SECRET_KEY=
REACT_APP_AUTH_SERVER=
REACT_APP_SUPER_USER=
- run
npm run set-up-env
, and complete the steps to complete the installation of the env . file - run
npm run client
, the DApp is run at http://localhost:4000
!!! You must make sure that the DApp has been set up before, and the superuser update will take time to do.
You can refer to how to install via the link:
https://decentralizedcreator.com/create-nami-wallet/?amp=1