yiskang / forge-boiler

This is a boiler project for getting started with the Forge Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forge Boiler

Node.js npm Platforms License

Overview

This Forge Viewer sample is for the college course, 3D Visualization On The Web, of the NTUST CE, Taiwan.

Requirements

  • node.js v8.9.4 or later

Setup

  1. Download and install Node.js (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.
    npm install

Use of the sample

  1. Run the mock server

    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. Please see the LICENSE file for full details.

Written by

Eason Kang
Forge Partner Development
https://developer.autodesk.com/
https://forge.autodesk.com/blog

About

This is a boiler project for getting started with the Forge Viewer

License:MIT License


Languages

Language:JavaScript 87.1%Language:CSS 8.6%Language:HTML 4.3%