Ulitmate desktop app to help you during temtem fights
If you like my app and want to support me, I'd appreciate a coffee :)
-
Temtem table on damages by type
-
Temtem table on resistance by type
-
Temtem datatable on every temtem with there types
-
Start the project
git clone https://github.com/TheSmartMonkey/temtem.git
npm install
npm install -g @angular/cli
npm start
-
Create the installer
npm run electron:build
Go in the
release
folder. Then click ontemtem Setup 9.0.7.exe
It should install the app
-
Use a angular project with electron : angular-electron
-
Use a service with BehaviorSubject to share a variable between components
-
Parse a API using nodejs
-
Resize hundreds of images with a nodejs script
-
Discovered a new API : temtem-api
-
Create a installer of an angular-electron project