This "mini-portal" is a demonstration of several of the packages used in the MyESnet Portal. In particular it shows an example of using:
This was built using create-react-app which is a great way to bootstrap a React project.
Here's the steps to run the code so you can experiment with it.
- npm install
- npm run start
- Visit http://localhost:8080 in your favorite browser.