Web Fullstack Boilerplate

screenshot of Web Fullstack Boilerplate
express
nestjs
react
less
scss

A production ready web full-stack boilerplate. More new feature on the way.

Overview

If you're looking for a robust foundation to kick off your web development project, this full-stack boilerplate might be just what you need. Built with modern technologies, it promises to streamline the development process while ensuring a scalable and maintainable codebase. With its strong emphasis on TypeScript, React, and Nest.js, this boilerplate is designed to cater to both backend and frontend developers, enabling them to create powerful applications with ease.

What I find particularly appealing is its out-of-the-box business packaging and comprehensive testing capabilities, which are crucial for delivering reliable software. Whether you're a seasoned developer or someone new to the stack, this boilerplate offers a structured starting point that can help accelerate your project development.

Features

  • Production Ready: A full-stack boilerplate ideal for building web applications swiftly and efficiently.
  • Modern Technology Stack: Built on React with hooks support, TypeScript, and Nest.js for robust server-side functionality.
  • Custom Development Environment: A tailored setup that includes linting, testing, and automatic style unification guided by Git hooks.
  • State Management with MobX: Utilizes mobx-state-tree for efficient state management across your application.
  • Flexible Configuration Management: Supports multiple environment configurations using the TOML format.
  • ** Package Management**: Powered by pnpm, ensuring quick installations and native monorepo support.
  • Future-Proof: A roadmap that includes plans for migrating to Webpack 5 and incorporating more features like a theme system and support for micro-frontends.
  • Comprehensive Testing: Automated tests to ensure code quality and reliability, making the integration of new features smoother.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.