Skip to content

tea-stack/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a011b5 · Jan 26, 2024

History

21 Commits
Aug 2, 2023
Jan 26, 2024
Jan 26, 2024
Aug 2, 2023
Aug 2, 2023
Dec 20, 2023
Aug 24, 2023
Dec 20, 2023
Aug 2, 2023
Aug 24, 2023
Jan 26, 2024
Jan 26, 2024
Nov 7, 2023
Dec 20, 2023
Aug 2, 2023
Jan 26, 2024

Repository files navigation

TEA Stack template

TypeScript / Electron / Angular to build a cross-platform app

Glossary

  • app means the Angular project used for the renderer process of Electron
  • main means the TypeScript project for the main process of Electron

Build

  • Using @angular/cli to build web assets for the renderer process
  • Using esbuild to build a bundled app.min.js for the main process
  • Using electron-builder to build installers/executables

Develop

  • npm install to get the deps
  • npm run start:app to serve the angular app at http://localhost:4200
  • npm run start:main -- --serve to start up electron to debug with the served angular app
  • npm run build:out to get the output by electron-builder

Build installers/executables

$ npm run build:app
$ npm run build:main
$ npm run build:prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published