A simple load monitor built in React and Node.js.
Follow these steps to run the application on your local machine.
We'll use Yarn in this project, so please start by installing Yarn (if necessary).
After that, run the following command to install dependencies:
yarn
Run the following the command to start the server
yarn server
In a separate terminal window, run the following command to start the application:
yarn start
To run the test suite, simply run the following command:
yarn test