Recent Posts

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...