https://github.com/azarattum/ohmsimulator
A small web app simulator for studying Ohm's law.
https://github.com/azarattum/ohmsimulator
Last synced: 9 months ago
JSON representation
A small web app simulator for studying Ohm's law.
- Host: GitHub
- URL: https://github.com/azarattum/ohmsimulator
- Owner: Azarattum
- Created: 2019-12-20T15:14:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-06T10:13:09.000Z (about 1 year ago)
- Last Synced: 2025-06-06T11:23:58.959Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://azarattum.github.io/OhmSimulator/
- Size: 4.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ohm Simulator
A small web app simulator for studying Ohm's law.
### Demo:
https://azarattum.github.io/OhmSimulator/
### Usage:
Start your web server from *./dist* folder.
### Installation:
Install all dependencies:
```sh
npm install
```
### NPM Scripts:
| Script | Description |
| --------- | ------------------------------------------------------- |
| **serve** | Starts the webpack development server |
| release | Creates a production build of the project |
| build | Builds the entire project with webpack |
| watch | Watches all file changes and rebuilds them if necessary |