After Completing download open your terminal and run this code
cd nextjsboilerplate
npm i
After install all dependencies, run this command.
npm run dev
#or
yarn dev
import "@/styles/globals.css";
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}