Skip to content

jvarness/next-with-bulma

Repository files navigation

Deploy to now

next-with-bulma

A small example of how someone could use Next.js with Bulma.

In order to use Bulma, I was able to use @zeit/next-sass to import Bulma's sass sheet directly from node_modules.

Running

To run a development build using hot reloading, use:

npm run dev

To build and start a production version of the code, run:

npm run build
npm run start

Deploy

To deploy using now, first make sure you have it installed and that you're logged in, then you can deploy:

npm i -g now
now login
now

About

Next.js and Bulma example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published