rsnext/examples/with-mdbreact
enoch ndika 44ee7de664
example with-mdbreact (#19879)
This example illustrates how to integrate mdbreact (material design bootstrap for react) with next.js
2020-12-31 18:46:10 +00:00
..
pages example with-mdbreact (#19879) 2020-12-31 18:46:10 +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 example with-mdbreact (#19879) 2020-12-31 18:46:10 +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).