Express Webpack React Redux Typescript Boilerplate

screenshot of Express Webpack React Redux Typescript Boilerplate
express
react
scss

:tada: A full-stack boilerplate that using express with webpack, react and typescirpt!

Overview:

This product is a boilerplate template for a web application built with Express, Webpack, React, Redux, and TypeScript. It includes various dependencies and features such as a todo list, async server calls, multi-language support, and a 404 page with random moe images. The template follows industry-standard practices including RESTful API design, linting, testing, and continuous integration. It can be run using Docker or customized as needed.

Features:

  • Dependency management with Yarn
  • Backend framework with Express
  • Advanced open-source database with PostgreSQL
  • Responsive front-end framework with Materialize
  • CSS pre-processors with Sass and PostCSS
  • Default scoped/local CSS with CSS Modules
  • Typed superset of JavaScript with TypeScript
  • Module bundling with Webpack 4
  • Development mode with hot reload using webpack-dev-server
  • ES6 support with Babel JavaScript compiler
  • Building user interfaces with React
  • Hot module reload with React Hot Loader 4
  • Declarative routing for React with React Router 4
  • State container for JavaScript apps with Redux 4
  • Asynchronous flows made easy with Redux Saga
  • React-Redux bindings with Connected React Router 6
  • Internationalization for React with React-i18next
  • Immutable data structures for React Redux state management with Immutable.js
  • Consistent coding styles with EditorConfig
  • JavaScript linting with ESLint
  • TypeScript linting with TSLint
  • Style linting with Stylelint
  • Git commit message linting with Commitlint
  • JavaScript testing with Jest
  • Test coverage reporting with Coveralls
  • Git hooks with Husky
  • Continuous integration with CircleCI 2
  • Deployment on Heroku platform as a service (PaaS)
  • Application containerization with Docker
  • Follows RESTful API design best practices

Summary:

The Express-Webpack-React-Redux-TypeScript boilerplate is a feature-rich template for building web applications. It provides a comprehensive set of tools, libraries, and best practices to enable efficient development and deployment. With support for popular technologies and frameworks, as well as essential features like internationalization and testing, this boilerplate can serve as a solid foundation for building robust web applications.

express
Express

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

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

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.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

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.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

prismjs
Prism JS

PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

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.