-
Yarn is a package manager for your code.Pricing:
- Open Source
My runtime environment in Node.js, I stick to 15.14.0 version with npm version 7.7.6. A package manager of my choice is yarn, version 1.22.10.
#Front End Package Manager #Developer Tools #JS Build Tools 117 social mentions
-
Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.Pricing:
- Open Source
To avoid complicated and time consuming configuration process (Webpack is my Achilles heel), I use Create React App starter kit, version 4.0.3. All I need to do is open Terminal in directory in which I wanna build my app and use this command:.
#Web Application Bundler #JS Build Tools #Module Bundler 243 social mentions
-
:rainbow: Node.js bindings to libsass. Contribute to sass/node-sass development by creating an account on GitHub.
I will deal with SCSS later, in separate blog entry. For here and now, just to make sure everything is working correctly, I need to apply some possibly simplest style to my boilerplate code. To transpile SCSS to CSS, I need to install node-sass package. Version 6.0.0 just came out a few days ago, but for a sake of any possible compatibility issues, I'll install previous version which is 5.0.0:.
#Design Tools #Developer Tools #CSS Framework 3 social mentions
-
Build and debug modern web and cloud applications, by MicrosoftPricing:
- Open Source
I write my code in Visual Studio Code with bunch of extensions (OneDark-Pro, Auto Rename Tag, Bracket Pair Colorizer, indent-rainbow, File Utils, to name a few), I use One Dark Pro Color Theme and Material Icon Theme.
#Text Editors #IDE #Software Development 1141 social mentions
-
The missing package manager for macOSPricing:
- Open Source
I work on a 27-inch iMac, currently running macOS Catalina 10.15.7 with Homebrew package manager version 3.1.5 and Command Line Tools for Xcode 4.2.
#Package Manager #Windows Tools #Front End Package Manager 917 social mentions