material-components-web-codelabs | Codelabs for Material Components for Web | Web Framework library
kandi X-RAY | material-components-web-codelabs Summary
kandi X-RAY | material-components-web-codelabs Summary
In these codelabs, you will build a website that uses various components of Material Components for the Web (MDC Web). MDC-101, 102, and 103 will guide you through building an application with MDC Web. MDC-111 demonstrates incorporating MDC Web into an existing application. MDC-112 guides you through integrating MDC Web with other web frameworks.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of material-components-web-codelabs
material-components-web-codelabs Key Features
material-components-web-codelabs Examples and Code Snippets
Community Discussions
Trending Discussions on material-components-web-codelabs
QUESTION
I cannot get Material Design Components to run on my virtual server. I have tried following their "quick start" page and their Material basics (Web 101) course to no avail. I am able to execute most of the steps in either tutorial, but I cannot see the JavaScript apply to the page. What am I doing wrong? I will detail my process below so that someone can hopefully spot my mistake.
First I create a VM instance on the Google Cloud Platform. It is a Ubuntu 18.04 LTS image with 1 CPU, 3.75 GB memory, and HTTP/HTTPS traffic allowed on the firewall.
Then I install Node.js and NPM on the machine.
...ANSWER
Answered 2018-Jul-04 at 17:34Ensure that the port 8080 is open and listening inside the VM instance by running telnet, nmap, or netstat commands.
$ telnet localhost 8080
$ nmap
$ netstat -plant
If it is not listening, then this means that the application was not installed correctly.
Look at the Firewall Rule in the GCP to make sure that the VM instance allows ingress traffic to the port 8080.
Since you are running Ubuntu, make sure that the default Ubuntu firewall did not block the port 8080. If so, you have to allow access to the port 8080 by running the following command:
$ sudo ufw allow 8080/tcp
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install material-components-web-codelabs
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page