https://github.com/beginor/ng-anims-demo
Angular Animations Demo
https://github.com/beginor/ng-anims-demo
Last synced: about 1 year ago
JSON representation
Angular Animations Demo
- Host: GitHub
- URL: https://github.com/beginor/ng-anims-demo
- Owner: beginor
- License: mit
- Created: 2018-03-19T06:09:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T07:38:57.000Z (about 8 years ago)
- Last Synced: 2025-02-10T03:28:09.503Z (over 1 year ago)
- Language: TypeScript
- Size: 485 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Animations Demo
Seed project build with [Angular](https://angular.io/), [Font Awesome](http://fontawesome.io/) and [ng-bootstrap](https://ng-bootstrap.github.io/) .
## Tech stack
- typescript
- angular
- ng-bootstrap
- font awesome
- angular-cli
## Usage
1. Clone or fork this repository with git:
```shell
git clone https://github.com/angular/ng-anims-demo.git
```
2. Install dependencies with npm:
```shell
npm install
```
3. Start with command
```shell
npm start
```
4. Create an aot build
```shell
npm run build-aot
```
5. Happy coding!.
PS: the `master` branch use `angular-cli` .
- if you want to use `rollup` to do aot build and tree shaking, please check out the
[rollup](https://github.com/beginor/ng-anims-demo/tree/rollup) branch.
- if you prefer to build with [webpack](http://webpack.github.io), please check out the
[webpack](https://github.com/beginor/ng-anims-demo/tree/webpack) branch.