Skip to content

Embeddable 3d-party widget built in vanilla TypeScript without frameworks

Notifications You must be signed in to change notification settings

EmanueleGuidotti/embeddable-widget

Repository files navigation

Embeddable 3d party widget: Webpack 4 + TypeScript + Jest

Implemantation

Inside the /demo folder you can find a real demo attached to index.html. After building the application see the result in this page.

How to use

Just clone it and get going.

# install all dependencies.
$ npm i

# Start developing and serve your app:
npm start

# Build your app without minification: 
npm run build

# Build your app with minification: 
npm run build.all

# run unit tests:
jest

About

Embeddable 3d-party widget built in vanilla TypeScript without frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published