rsnext/examples/with-goober
Tanmay Laud f00ad581a1
Added .gitignore to examples that are deployed to vercel (#15127)
Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
2020-07-16 10:52:23 -04:00
..
pages (chore) Add with-goober as an example (#15070) 2020-07-10 19:39:35 -05:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json (chore) Add with-goober as an example (#15070) 2020-07-10 19:39:35 -05:00
README.md (chore) Add with-goober as an example (#15070) 2020-07-10 19:39:35 -05:00

Example with goober

This is an example of how 🥜 goober can be used with Next.js to fully render a SSR website or app. 🥜 goober proposal is: "a less than 1KB css-in-js alternative with a familiar API" and offering the same functionality one would need.

If you are running into any issues with this example, feel free to open-up an issue at https://github.com/cristianbote/goober/issues.

Why is there a peanut emoji?

Goober initially started with a slogan as "a less than 1KB css-in-js library at the cost of peanuts". Goober also means a kind of peanut so, it fits!

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Using create-next-app

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-goober with-goober-app
# or
yarn create next-app --example with-goober with-goober-app

Download manually

Download the example:

curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-goober
cd with-goober

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Deploy it to the cloud with Vercel (Documentation).