Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:46:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T12:39:01.672Z (2 months ago)
- Topics: angular, carlo
- Language: TypeScript
- Homepage:
- Size: 3.24 MB
- Stars: 0
- Watchers: 2
- 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 --prodCompiling @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.
![Schreenshot](./media/AngularOnCarlo.png)
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Author
[kamiazya(Yuki Yamazaki)](https://github.com/kamiazya)
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/W7W5VDNO)