Skip to content

netlify-templates/ts-mui-nextjs-starter

Repository files navigation

Netlify Create Next.js + TypeScript + MUI Starter

Next.js + TS + MUI Netlify Create Starter

This is a minimal starting point for new Netlify Create projects. It is built with Next.js, TypeScript, and MUI, and is equipped with visual editing capabilities using Netlify Create. It uses markdown files as the the Git Content Source.

⚡ View demo: ts-mui-starter.netlify.app

Features

This is meant to be a simple starting point that demonstrates the use of bringing your own component library, such as MUI.

In addition to MUI support, this project contains the following:

  • Flexible Pages: Simple and flexible page model that lets editors add new pages.
  • Basic Components: A few basic components to add to new pages.
  • Layout Elements: Header and footer elements automatically added to pages.
  • Component & Template Presets: Predefined arrangements of content and components for faster editing. Learn more.
  • TypeScript Support: Components and content are type-safe. (See types directory for definitions.)

Getting Started

The typical development process is to begin by working locally. Clone this repository, then run npm install in its root directory.

Run the Next.js development server:

cd ts-mui-nextjs-starter
npm run dev

Install the Netlify Create CLI. Then open a new terminal window in the same project directory and run the Netlify Create Dev server:

npm install -g @stackbit/cli
stackbit dev

This outputs your own Netlify Create URL. Open this, register or sign in, and you will be directed to Netlify Create's visual editor for your new project.

Next.js Dev + Netlify Create Dev

Next Steps

Here are a few suggestions on what to do next if you're new to Netlify Create:

Support

If you get stuck along the way, get help in our support forums.

About

A simple starting point for a Netlify Create project that includes support for MUI

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published