raymondsze / Nitro

An Example of a PWA using Nextjs, Material-UI and Typescript πŸ’—

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js, Material UI and Typescript Example

  • Styled Components has been removed in favour of the @material-ui implementation

  • Please add .env to .gitignore before adding any secrets

Links

NMST

NPM

Install and Run Dev Server

git clone https://github.com/williamluke4/nextjs-materialui-styledcomponents.git
cd nextjs-materialui-styledcomponents

npm install
npm run dev

Production Build and Start

  npm run build
  npm run start

Yarn

Install and Run Dev Server

git clone https://github.com/williamluke4/nextjs-materialui-styledcomponents.git
cd nextjs-materialui-styledcomponents

yarn
yarn dev

Production Build and Start

yarn build
yarn start

About

An Example of a PWA using Nextjs, Material-UI and Typescript πŸ’—


Languages

Language:TypeScript 78.9%Language:JavaScript 21.1%