An open API service indexing awesome lists of open source software.

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.

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 |