-
Install Node 12.x.x
-
Install Python 2.7.2
-
The DApp can be installed via
npm install. -
Configure
config.dev.json
-
Build the app using
npm run build. -
Once built, the app can be started with
npm run start, which will serve the application on port 8080.