← All Blogs

Setup and Customize Bootstrap in Next.js

9 July, 2021
~195 reads
Setup and Customize Bootstrap in Next.js blog

In this tutorial, you'll learn to set up Bootstrap in a Next.js project. Besides this, you'll also install react-bootstrap to use Bootstrap-based React components.

In this tutorial, you'll learn to write bash scripts that create and optimize images in different image formats, targeting the most common formats, including JPG, PNG, WebP, and SVG.

Read the full blog on RavSam.

Thanks for reading 💜


I publish a monthly newsletter in which I share personal stories, things that I am working on, what is happening in the world of tech, and some interesting dev-related posts which I across while surfing on the web.

Connect with me through TwitterLinkedInGithub or send me an Email.

Ravgeet, Full Stack Developer and Technical Content Writer

📮 Join my newsletter

I share tips on how to get started with freelancing, remote jobs, developer-related stuff, startup ecosystem, and lots of insider secrets with my subscribers.

Subscribe →
🧠 More Interesting Reads
How to Setup and Customize Tailwind in Nuxt.js
Learn how to stylize your Nuxt.js application with the help of the famous CSS library - Tailwind.
How to add and customize Bootstrap in Nuxt.js
Learn how to improve the look and feel of a Nuxt project by configuring the default Bootstrap behaviour.
The ultimate guide to Python logging
When an application runs, it performs a tremendous number of tasks, with many happening behind the scenes. Even a simple to-do application has more than you'd expect. The app will at a bare minimum have tons of tasks like user logins, creating to-dos...