examples/with-react-md-typescript/README.md
This example sets up a simple ReactMD, Next.js, and Typescript app featuring:
react-md theme and feature togglesSVGIcons instead of FontIconsLayout component from react-md with navigation itemsFor more information about ReactMD's features, styling, components, and API, check out the main documentation. You can also view the documentation site's source code for a more complex example of using ReactMD + Next.js.
Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-react-md-typescript with-react-md-typescript-app
yarn create next-app --example with-react-md-typescript with-react-md-typescript-app
pnpm create next-app --example with-react-md-typescript with-react-md-typescript-app
Deploy it to the cloud with Vercel (Documentation).