Menu
6 Quickest steps and prerequisites to get started with Gatsby Gatsby is a blazing fast modern site generator for React. Gatsby can be used to build static sites that are Progressive Web Apps, follow the latest web standards, and are optimized to be highly performant. It makes use of the latest and popular technologies including […]
What is sass? Sass is a CSS preprocessor—a layer between the stylesheets you author and the .css files you serve to the browser. Sass (short for Syntactically Awesome Stylesheets) plugs the holes in CSS as a language, allowing you to write DRY code that’ll be faster, more efficient, and easier to maintain. Sass stands for […]
Grunt is a command-line JavaScript task runner utilizing the Node.js platform. A tool used to automatically perform frequent tasks, therefore, automating these tasks means a massive increase in productivity. If you are developing websites, then Grant will almost always be an enhancement for you. Grunts are also a good option for things like websites. How […]