A PWA for calculating resistor values
https://resistor-58f07.firebaseapp.com/
A PWA for calculating electrical resistor values.
Run npm start
for a dev server. Navigate to http://localhost:8080/
. The app will automatically
reload if you change any of the source files.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
Run npm test
to execute the unit tests via Karma.