Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiskang/forge-boiler
This is a boiler project for getting started with the Forge Viewer
https://github.com/yiskang/forge-boiler
Last synced: 21 days ago
JSON representation
This is a boiler project for getting started with the Forge Viewer
- Host: GitHub
- URL: https://github.com/yiskang/forge-boiler
- Owner: yiskang
- License: mit
- Created: 2019-04-23T12:38:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T20:35:01.000Z (about 2 years ago)
- Last Synced: 2024-10-31T02:52:14.405Z (2 months ago)
- Language: JavaScript
- Size: 403 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forge Boiler
[![Node.js](https://img.shields.io/badge/Node.js-8.9.4-blue.svg)](https://nodejs.org/)
[![npm](https://img.shields.io/badge/npm-5.8.0-blue.svg)](https://www.npmjs.com/)
![Platforms](https://img.shields.io/badge/platform-windows%20%7C%20osx%20%7C%20linux-lightgray.svg)
[![License](http://img.shields.io/:license-mit-blue.svg)](http://opensource.org/licenses/MIT)## Overview
This [Forge Viewer](https://forge.autodesk.com/api/viewer-cover-page/) sample is for the college course, 3D Visualization On The Web, of the NTUST CE, Taiwan.
## Requirements
* node.js v8.9.4 or later
1. Download and install [Node.js](http://nodejs.org/) (that will install npm as well)
2. Download this repo anywhere you want (the server will need to write files, so make sure you install in
a location where you have write permission, at least the 'mock-server' folder)
3. Execute 'npm install', this command will download and install the required node modules automatically for you.
```bash
npm install
```1. Run the mock server
```bash
npm run server
```2. Open browser and navigate to http://127.0.0.1:3000
## License
This sample is licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Please see the [LICENSE](LICENSE) file for full details.## Written by
Eason Kang
Forge Partner Development
https://developer.autodesk.com/
https://forge.autodesk.com/blog