Recent Posts
Make new directory using Windows Command Line – Power Shell
Softwares
December 11, 2020
Commands for creating a new directory in your system using the windows command line. Here we use the...
Command Prompt & Power Shell – Windows Command Lines
Softwares
December 10, 2020
Command Prompt is the old command line and Power Shell is more advanced with more functionalities. Power Shell...
HTML to React App — Convertion Steps
JavaScript
December 9, 2020
Create React App npx create-react-app app-name cd app-name npm start Steps of conversion Copy paste css to index.cssCopy paste contents...
npx installation – Terminal Command
JavaScript
December 8, 2020
The npx stands for Node Package Execute and it comes with the npm. It is an npm package...