A well-structured production ready Next.js boilerplate with Typescript, Redux, Jest, Enzyme, Express.js, Sass, Css, EnvConfig, Fetch, Reverse Proxy, Bundle Analyzer and Built-in Project CLI. https://pankod.github.io/next-boilerplate/
The article introduces a new frontend boilerplate called “superplate” as an alternative to the “next-boilerplate” project. The superplate project addresses the complexity problem of the previous boilerplate by using a plugin architecture that allows users to integrate their own tools and best practices easily. It also includes more than 30 built-in plugins of popular tools. The default framework of superplate is Next.js, but more framework targets are expected to be added in the future.
To install the superplate frontend boilerplate, follow these steps:
git clone [repository-url].cd superplate.npm install.npm run dev.The article introduces the “superplate” frontend boilerplate as a replacement for the “next-boilerplate” project. It highlights the advantages of using superplate, such as its plugin architecture, built-in plugins, and the ease of integration with users’ own tools and practices. The article also mentions that superplate is built on the Next.js framework and includes an extensive feature set. Developers looking for a comprehensive and customizable frontend boilerplate may find superplate to be a valuable tool for their projects.