https://github.com/fuse-box/angular2-example
https://github.com/fuse-box/angular2-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fuse-box/angular2-example
- Owner: fuse-box
- Created: 2016-12-08T14:29:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:55:38.000Z (over 3 years ago)
- Last Synced: 2025-10-19T10:55:27.602Z (10 months ago)
- Language: HTML
- Size: 4.38 MB
- Stars: 43
- Watchers: 4
- Forks: 13
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 8 and FuseBox v4
This project was generated with Angular CLI
### start
```bash
npm start
```
### Preview production build
```bash
npm run preview
```
### Run production build
```bash
npm run dist
```