https://github.com/jyuhuan/angular-skeleton
Starter code (in the style of maven) for Angular apps.
https://github.com/jyuhuan/angular-skeleton
angular typescript
Last synced: about 2 months ago
JSON representation
Starter code (in the style of maven) for Angular apps.
- Host: GitHub
- URL: https://github.com/jyuhuan/angular-skeleton
- Owner: jyuhuan
- Created: 2017-03-01T03:26:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T04:25:53.000Z (over 9 years ago)
- Last Synced: 2025-08-12T12:58:50.571Z (11 months ago)
- Topics: angular, typescript
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Skeleton
Starter code (in the style of maven) for Angular apps.
## Features
- Separation of TypeScript (`*.ts`) files and the transpiled JavaScript (`*.js`) files, resulting in a clutter free `src/` folder.
- Automatic detection and copying of `*.html`, `*.css` files in the `src/` folder to the target folder.