Recent Posts

Make new directory using Windows Command Line – Power Shell

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

Command Prompt is the old command line and Power Shell is more advanced with more functionalities. Power Shell...

HTML to React App — Convertion Steps

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

The npx stands for Node Package Execute and it comes with the npm. It is an npm package...