-
Install MongoDB (4.0 or higher) on your dev box
-
Execute
mongodto 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 apito start API on testnet mode (development). For mainnet, run the same command with the addition of the--prodflag. -
Run
ng serveto start the client on testnet mode (development). For mainnet, run the same command with the addition of the--prodflag.
-
Run
npm run buildto build the app for production. -
Start the application with
npm run start.