An open API service indexing awesome lists of open source software.

https://github.com/node-projects/web-component-designer-demo

Demonstration Project using web-component-designer
https://github.com/node-projects/web-component-designer-demo

Last synced: 2 months ago
JSON representation

Demonstration Project using web-component-designer

Awesome Lists containing this project

README

        

# web-component-designer-demo

Demonstration project using https://github.com/node-projects/web-component-designer

## url of demo project

https://node-projects.github.io/web-component-designer-demo/index.html

## Developing

* Install dependencies
```
$ npm install
```

* Compile typescript after doing changes
```
$ npm run build (if you use Visual Studio Code, you can also run the build task via Ctrl + Shift + B > tsc:build - tsconfig.json)
```

* *Link web component designer node module*

See https://github.com/node-projects/web-component-designer#readme first
```
$ npm link "@node-projects/web-component-designer"
```

* Run the app in a local server
```
$ npm start
```