rsnext/examples/with-mdbreact
2021-01-19 07:28:54 +00:00
..
pages Fix deploy buttons URLs (#20834) 2021-01-07 01:40:29 +00:00
public example with-mdbreact (#19879) 2020-12-31 18:46:10 +00:00
styles example with-mdbreact (#19879) 2020-12-31 18:46:10 +00:00
.gitignore example with-mdbreact (#19879) 2020-12-31 18:46:10 +00:00
package.json example with-mdbreact (#19879) 2020-12-31 18:46:10 +00:00
README.md Include utm_source on example links to vercel.com (#21305) 2021-01-19 07:28:54 +00:00

mdbreact Example

This example shows how to use MDBReact with Next.js.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

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

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

Deploy it to the cloud with Vercel (Documentation).