This repository contains a setup script for initializing a Next.js project with optional Material-UI (MUI) integration. The script automates the process of setting up a new project, renaming the directory, initializing a Git repository, and installing necessary packages.
- Node.js and npm installed
- Bash or Zsh shell
- Git installed
-
Clone the Repository:
git clone https://github.com/khanguyen74/nextjs-boilerplate.git cd nextjs-boilerplate
-
Run install script:
source ./install.sh