https://github.com/beginor/ng-threejs-demo
Three.js demos with angular
https://github.com/beginor/ng-threejs-demo
angular threejs
Last synced: 27 days ago
JSON representation
Three.js demos with angular
- Host: GitHub
- URL: https://github.com/beginor/ng-threejs-demo
- Owner: beginor
- License: mit
- Created: 2020-03-07T08:14:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T13:00:02.000Z (over 5 years ago)
- Last Synced: 2025-09-19T18:50:08.050Z (9 months ago)
- Topics: angular, threejs
- Language: TypeScript
- Size: 4.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Three.js demos with angular
hree.js demos project build with [Angular](https://angular.io/), [Font Awesome](https://fontawesome.com/) and [ng-bootstrap](https://ng-bootstrap.github.io/) .
## Tech stack
- typescript
- angular
- ng-bootstrap
- font awesome
- angular-cli
- three.js
## Usage
1. Clone or fork this repository with git:
```shell
git clone https://github.com/angular/ng-threejs-demo.git
```
2. Install dependencies with npm:
```shell
npm install
```
3. Start with command
```shell
npm start
```
4. Create a build
```shell
npm run build
```
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-threejs-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-threejs-demo/tree/webpack) branch.