This is a simple network calculator to get information about a network IP and CIDR in Azure context.
Clone the project
git clone https://github.com/ewencodes/azure-network-calculator.git
Go to the project directory
cd azure-network-calculator
Install dependencies
yarn install
Start the server
yarn dev