Underscores + Bootstrap

Setup Underscores website:https://underscores.me/Name your theme and download the underscores theme boilerplate, then install it in your WordPress website.Bootstrap Website:https://getbootstrap.com/docs/5.3/getting-started/download/Download the bootstrap CSS compressed file, unzip and put it in a…

Continue ReadingUnderscores + Bootstrap

WP CLI

  • Post author:
  • Post category:General
  • Post comments:0 Comments
  • Reading time:2 mins read

Install Installation instruction:https://wp-cli.org/#installing curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar php wp-cli.phar --info chmod +x wp-cli.phar sudo mv wp-cli.phar /usr/local/bin/wp To test the installation: wp --info Commands Each command starts with: wpNext you need…

Continue ReadingWP CLI

React.js

Getting started with React Check Node.js version and update it to the latest version: node -v If you don't have Node.js installed on your device, go to node.js website, download…

Continue ReadingReact.js

JavaScript

  • Post author:
  • Post category:General
  • Post comments:0 Comments
  • Reading time:20 mins read

What is JavaScript? JavaScript is a dynamic, weakly typed programming language that is compiled at runtime.JavaScript was created to make web pages dynamic.Originally was called LiveScript but due to the…

Continue ReadingJavaScript