https://github.com/kamiazya/angular-on-carlo-template
A demo of turning Angular's project into a desktop application by using carlo.
https://github.com/kamiazya/angular-on-carlo-template
angular carlo
Last synced: 5 months ago
JSON representation
A demo of turning Angular's project into a desktop application by using carlo.
- Host: GitHub
- URL: https://github.com/kamiazya/angular-on-carlo-template
- Owner: kamiazya
- License: mit
- Created: 2019-05-22T12:44:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:46:13.000Z (over 3 years ago)
- Last Synced: 2025-04-08T11:00:03.488Z (about 1 year ago)
- Topics: angular, carlo
- Language: TypeScript
- Homepage:
- Size: 3.24 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Angular on carlo
## What's this?
A demo of turning [Angular](https://github.com/angular/angular)'s project into a desktop application by using [carlo](https://github.com/GoogleChromeLabs/carlo).
## How to use?
Running the `yarn start` command will build the Angular project and run the carlo process.
```bash
$ yarn start
yarn run v1.12.3
$ run-s build start:carlo
$ ng build --prod
Compiling @angular/core : es2015 as esm2015
Compiling @angular/common : es2015 as esm2015
Compiling @angular/platform-browser : es2015 as esm2015
Compiling @angular/platform-browser-dynamic : es2015 as esm2015
Compiling @angular/router : es2015 as esm2015
Date: 2019-06-08T16:17:14.310Z
Hash: 8f396cdc46e97facd68e
Time: 25745ms
chunk {0} runtime-es2015.858f8dd898b75fe86926.js (runtime) 1.41 kB [entry] [rendered]
chunk {1} main-es2015.2e78c961ce65969fc656.js (main) 207 kB [initial] [rendered]
chunk {2} polyfills-es2015.559e7c8b3a629fdb5581.js (polyfills) 36.8 kB [initial] [rendered]
chunk {3} styles.09e2c710755c8867a460.css (styles) 0 bytes [initial] [rendered]
$ ts-node --project carlo/tsconfig.json carlo/main.ts
✨ Done in 32.41s.
```
The Angular app launches as a desktop app, as shown in the image below.

## License
[MIT](https://choosealicense.com/licenses/mit/)
## Author
[kamiazya(Yuki Yamazaki)](https://github.com/kamiazya)
[](https://ko-fi.com/W7W5VDNO)