Frontend Essential npm Commands

Needed packages 1. Initialize Project 2. Bootstrap 3. Fontawesome 4. Autoprefixer What is Autoprefixer Autoprefixer is a CSS post-processor. It combs through compiled CSS files to add or remove vendor prefixes like -webkit and -moz after checking the code against caniuse.com. The data on caniuse.com is the most accurate data source on browser support on […]