alexxdann / electro-prise-T1-T2

Count price for electricity of T1/ T2 electro meter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electro-prise-T1-T2

Count price for electricity of T1/ T2 electro meter

Note that you will need to have Node.js installed.

Get started

Install the dependencies...

cd electro-prise-T1-T2

1) Electron:

yarn add electron-builder --dev

2) Svelte:

npm install

Run dev environment (If you want change smth in app)

1) Svelte:

Change source code in /src dir.

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv commands in package.json to include the option --host 0.0.0.0.

If you're using Visual Studio Code we recommend installing the official extension Svelte for VS Code. If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.

2) Electron Build Win app (dev mode):

...Then check it with electron:

npm run e-start

And wait (a little)


Build prod

Electron Build Win app (prod mode):

...Then check it with electron:

npm run e-dist

And wait (about 5 min)

Take your count-t1-t2 1.0.0.exe in /dist dir


Looking for a shareable component template? Go here --> sveltejs/component-template

svelte app

This is a project template for Svelte apps. It lives at https://github.com/sveltejs/template.

To create a new project based on this template using degit:

npx degit sveltejs/template svelte-app
cd svelte-app

About

Count price for electricity of T1/ T2 electro meter

License:MIT License


Languages

Language:Svelte 43.3%Language:JavaScript 37.1%Language:CSS 12.5%Language:HTML 5.6%Language:TypeScript 1.6%