First of all create the application using npm or yarn
npx create-next-app
yarn create-next-app
Second Thing is To READ the documentation of Bulma.io
Install Bulma into your app
npm install bulma
Just like how you import the bootstrap package in your _app.jsx .Do That with Bulma
import "bulma/css/bulma.css";
Top comments (0)