Skip to content

jvarness/next-with-bulma

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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