This will install http server node package globally on your PC. After installation, you can run command http-server This will run your SPA built app in local IPs:127.0.0.1:8080, localhost:8080, 192.168.1.126:8080, 10.2.34.25:8080 So you can access to your APP from local and other PCs as well. Especially, PWA does not work on development environment. For testing …
Hover – double click issue on iPhone
When you use hover CSS event style, it won’t work on iphone. In this case, you will need to double click buttons applied hover CSS event style. Normally, button should work by one click. So it looks like issue. To prevent double click for issue, we need to remove hover event style for buttons. Try …
Sketch Trial
If someone reached to trial in using Sketch App, the following library helps them to increase the trial period for a while. (Tested on Sketch 55.2.) https://github.com/gch1p/sketchtrial
Beeceptor
Beeceptor helps for us to mock and intercept the Rest APIs very easily and quickly Use cases Build a mock Rest API in a few seconds. Free, No coding required. Inspect payloads of any HTTP request (GET, POST, PUT, PATCH, DELETE, etc). Customizable responses to simulate API response and failures. When load testing your API, …
How to fix node-gyp errors for windows users
For those who didn’t follow the MS proscribed order (see Xv’s answer) you can still fix the problem. MSBuild uses the VCTargetsPath to locate default cpp properties but cannot because the registry lacks this String Value. Check for the String Value Launch regedit Navigator to HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0 Inspect VCTargetsPath key. The value should = “$(MSBuildExtensionsPath32)\Microsoft.Cpp\v4.0\“ To fix Launch regedit Navigator to HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0 Add …
Developing a PWA Using Angular-cli
It’s so easy. Please follow below commands. That’s all! You have done Angular PWA. Your app will work on offline if you visited once and will work fast. Now, you can check your app at http://localhost:8080One thing you must know: you need to build production app for testing your app.
POEditor Localization Service
POEditor is an online localization service, perfect to manage collaborative or crowdsourced translation projects. Translate websites, apps, games and more! https://poeditor.com/
ECMAScript Proxy Object
Proxy object is used to define custom behavior for fundamental operations (e.g. property lookup, assignment, enumeration, function invocation, etc). ================================================================handler: Placeholder object which contains traps. traps: The methods that provide property access. This is analogous to the concept of traps in operating systems. target: Object which the proxy virtualizes. It is often used as storage backend …
Draft.js
Draft.js is a framework for building rich text editors in React, powered by an immutable model and abstracting over cross-browser differences. Draft.js makes it easy to build any type of rich text input, whether you’re just looking to support a few inline text styles or building a complex text editor for composing long-form articles. https://draftjs.org/
About npm – metatags package
Metatags Extract all metatags about a link This module extract datas from document html, as tag called meta, title and img. Installation npm i –save metatags Usage Result