Next Boilerplate screenshot

Next Boilerplate

Author Avatar Theme by Pankod
Updated: 8 Mar 2021
1613 Stars

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/

Categories

Overview:

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.

Features:

  • Plugin Architecture: Users can integrate their own tools and best practices into the boilerplate easily.
  • Built-in Plugins: Includes more than 30 built-in plugins of popular tools.
  • Default Framework: Next.js: The default framework of superplate is Next.js, providing users with an easy way to get started with frontend development.
  • Future Framework Targets: More framework targets are expected to be added in the future, expanding the options for developers.
  • Extensive Feature Set: Includes components and tools such as TypeScript, Redux, Express.js, Sass/Scss, Docker, Babel, ESLint, Reverse Proxy, Bundler Analyzer, Jest, and React Testing Library.

Installation:

To install the superplate frontend boilerplate, follow these steps:

  1. Clone the repository using the command: git clone [repository-url].
  2. Navigate to the project directory: cd superplate.
  3. Install the required dependencies: npm install.
  4. Start the development server: npm run dev.

Summary:

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.