Skip to content

ljcarot/ibm-dotcom-library-nextjs-test

 
 

Repository files navigation

IBM.com Library React with Next.js

This is an example Next.js setup utilizing the IBM.com Library React.

This will deploy a vanilla instance of Next.js with the DotcomShell, along with other various patterns and components available in the IBM.com Library.

To get started:

$ yarn install

Then start the application:

$ yarn dev

To export to a static site, run the following:

$ yarn build
$ yarn export

Then the contents of out can be uploaded to your production environment.

About

This is a sample NextJS application utilizing the IBM.com Library

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • CSS 3.0%