Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 823 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 823 Bytes

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