UNPKG

create-nttb

Version:

An opinionated NextJs, Typescript and Tailwind boilerplate using the Atomic Design Methodology for presentation components

7 lines (5 loc) 118 B
/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, }; export default nextConfig;