Stage 1: Starting the ApplicationΒΆ

Note

Begin instructions from within the VM(via VirtualBox) that was configured and run in step 6 of the prerequisites.

Video Tutorial [1-2]

  1. Open a new terminal window
  • Click on the terminal icon in the left dock
  1. Start the app
2.1 Change directory into the blg/wallet-template folder
cd Desktop/blg/wallet-template

2.2 Start the server

Note

If interested, not vital, an introduction to npm can be found here.

npm start
  • Example output:

    $ npm start
    Starting the development server...
    
    Compiled successfully!
    
    You can now view my-app in the browser.
    
      Local:            http://localhost:3000/
      On Your Network:  http://172.17.0.2:3000/
    
    Note that the development build is not optimized.
    To create a production build, use yarn build.
    

- Chrome should automatically be opened and the application rendered!