This application is used to see information about the ndau blockchain.
Make sure you have project dependencies like node/npm, nodemon and yarn:
Node installation:
brew install node
Yarn installation (Facebook's packing tool to be used with React):
npm install -g yarn
Start by installing front and backend dependencies. While in this directory, run the following commands:
yarn install
After both installations complete, run the following command in your terminal:
yarn start
That's it, your app should be running on http://localhost:3000.
This project was bootstrapped with Create React App.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.