Skip to content

RaZoD1/subnetting-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subnet-Calculator

Subnet Calculator is a tool for showing info of IPv4-Addresses. It is also capable of calculating subnets of a given network.

Used Technology

  • JavaScript (JS)
  • React
  • Webpack
  • Babel

Setup

  1. Execute npm i (short fornpm install) to setup the node environment and install dependecies.
  2. Run npm run dev to open a local dev server.
  3. Run npm run build to build the project to the build directory