rsnext/examples/with-reactstrap
2021-01-19 07:28:54 +00:00
..
pages Fix deploy buttons URLs (#20834) 2021-01-07 01:40:29 +00:00
public Add with-reactstrap example (#15474) 2020-08-12 06:25:47 +00:00
styles Add with-reactstrap example (#15474) 2020-08-12 06:25:47 +00:00
.gitignore Add with-reactstrap example (#15474) 2020-08-12 06:25:47 +00:00
package.json Ensure all examples are MIT licensed (#16691) 2020-08-29 22:32:35 -04:00
README.md Include utm_source on example links to vercel.com (#21305) 2021-01-19 07:28:54 +00:00

reactstrap Example

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

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-reactstrap with-reactstrap-app
# or
yarn create next-app --example with-reactstrap with-reactstrap-app

Deploy it to the cloud with Vercel (Documentation).