rsnext/examples/with-rebass
2020-05-27 17:51:11 -04:00
..
pages Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
.babelrc Example Rebass (#2490) 2017-07-08 14:05:46 +02:00
package.json Test updater script on examples folder (#5993) 2019-01-05 12:19:27 +01:00
README.md Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00

Example app with Rebass

This example features how you use Rebass functional UI library with Next.js.

Screenshot

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:

npm init next-app --example with-rebass with-rebass-app
# or
yarn create next-app --example with-rebass with-rebass-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-rebass
cd with-rebass

Install it and run:

npm install
ln -f -s ../node_modules/react-md/dist/react-md.light_blue-yellow.min.css static/react-md.light_blue-yellow.min.css
npm run dev
# or
yarn
ln -f -s ../node_modules/react-md/dist/react-md.light_blue-yellow.min.css static/react-md.light_blue-yellow.min.css
yarn dev

Deploy it to the cloud with Vercel (Documentation).