Please install Node before continuing.
You will also need to clone and run the back-end services from the COINCUBE app repo" before continuing.
npm install
This is the way you should run the front-end for local use. If you plan to run in a production environment you'll want to use the next command.
npm run serve
npm run build
Navigate to: http://0.0.0.0:8080 in your browser. Enjoy!