Frontend Boilerplates

screenshot of Frontend Boilerplates
nuxt
react
vue
bootstrap
scss

Collection of Boilerplates with ES6, Vue, React, Nuxt, TypeScript, SCSS, Nodejs. Using good practices and file structures to inspire your real projects.

Overview

This repository is a collection of boilerplates that provide good practices and tips for developing scalable applications. The boilerplates cover different technologies such as JavaScript, TypeScript, Vue, and React. They come with pre-configured settings and examples to inspire your project.

Features

  • JavaScript: Vanilla JavaScript is used as the programming language.
  • PostCSS: The boilerplate is equipped with PostCSS to take advantage of the latest CSS features.
  • Bootstrap: Easily build fast and responsive websites using the Bootstrap framework.
  • Autoprefixer: Automatically adds vendor prefixes to styles for better browser compatibility.
  • Webpack: Automates tasks and compiles the project.
  • Babel: Transpiles the code to different versions of EcmaScript.
  • Browserlist: Configure which browsers are supported by the project.
  • Jest: Framework for testing.
  • ESLint: Linting for scripts.
  • StyleLint: Linting for styles.
  • Prettier: Formatter for scripts and styles.
  • EditorConfig: Formatter for files in general.
  • Husky: Allows attaching to git hooks and running scripts.
nuxt
Nuxt

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

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

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

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.

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.

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.