Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deebloo/resistor-value
A PWA for calculating resistor values
https://github.com/deebloo/resistor-value
angular firebase-hosting pwa workbox
Last synced: 3 months ago
JSON representation
A PWA for calculating resistor values
- Host: GitHub
- URL: https://github.com/deebloo/resistor-value
- Owner: deebloo
- Created: 2017-11-22T14:05:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:58:40.000Z (about 1 year ago)
- Last Synced: 2024-10-05T13:07:45.803Z (3 months ago)
- Topics: angular, firebase-hosting, pwa, workbox
- Language: TypeScript
- Homepage: https://resistor-58f07.firebaseapp.com/
- Size: 1.46 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ResistorValue
https://resistor-58f07.firebaseapp.com/
A PWA for calculating electrical resistor values.
## Development server
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.## Build
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/`
## Running unit tests
Run `npm test` to execute the unit tests via [Karma](https://karma-runner.github.io).