Web interface created to a blockchain application.
-
Clone the repository:
git clone https://github.com/JPedroCh/goledger-challenge-web.git
-
Enter the project directory:
cd goledger-challenge-web/
-
Install dependencies
npm:
npm install
-
Run the server locally:
npm start
-
Open
http://localhost:3000
on your browser
Name | Link |
---|---|
React | https://pt-br.reactjs.org/ |
axios | https://github.com/axios/axios |
Material UI | https://mui.com/pt/ |