-
Install MongoDB (4.0 or higher) on your dev box
-
Execute
mongod
to start the MongoDB daemon if it's not already running (read the installation instructions above if you are new to MongoDB or have issues running it) -
Run
ng serve api
to start API on testnet mode (development). For mainnet, run the same command with the addition of the--prod
flag. -
Run
ng serve
to start the client on testnet mode (development). For mainnet, run the same command with the addition of the--prod
flag.
-
Run
npm run build
to build the app for production. -
Start the application with
npm run start
.