Learn How to create a Chrome Extension using webpack, React and tailwind CSS.
We will make a new folder and use our IDE to open it.
Run the following commands after our IDE has been launched:
npm init -y
A package.json file will be created that contains descriptive and functional metadata about our project, such as a name, ...
adityapal.netlify.app8 min read