nextjs-template
nextjs-template copied to clipboard
An enterprise Next.js template application showcasing - Testing strategies, Global state management, Custom environments, a network layer, component library integration, localization, Image loading, C...
- The template should support typescript files along with Javascript. - jest should work with typescript - add required types
- Upgrade Next.js from v12 to v13 - Use SWC instead of babel - Remove `next-transpile-module` since it is native in Next.js v13
- replaced ant-d with material UI