The package includes a development environment for creating and building applications using Electron and React.
- linux
- windows (not tested)
- mac (not tested)
- linux
- windows
- mac
Docker version at least 19.03.8
Docker Compose at least 1.25.0
If you are receiving errors like install.sh command not found, You need to set executable permission to those files.
sudo chmod +x install.sh
sudo chmod +x run.sh
USER_NAME [required] - your user name account
USER_ID [required] - your user uid (you can check this in console with echo $UID)
NODE_VERSION [optional] - release node version
CONTAINER_NAME [optional] - docker container name
APP_FOLDER_NAME [optional] - if you want to change default app folder name, you might need to set this env
- Create Your own repo by using this template feature on github or manually by downloading repo.
- Create .env file using .env.example.
- Inside project root directory run
sudo ./install.shand thats it.
There is a script run.sh for start application container or make builds.
Available options:
start - starting docker container and run application
stop - stopping docker container
build-linux - building application for deb and rpm
build-win - building application for windows
sudo ./run.sh start