salilkapoor / webpack-boilerplate-react

This is a minimal boilerplate for react with webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Boilerplate

Minimal boilerplate code to start with react app.

Commitizen friendly

Branch Coverage Functions Coverage Lines Coverage Statements Coverage

Features

  • Development - Unit Testing (React Testing Library)
  • Commit Syntax - Commitizen and Commitlint
  • pre-commit hooks - lint fixes, commit message validation & Unit Testing on pre-push hook
  • eslint setup extending airbnb
  • prettier setup

Getting started

Proxy enabled for local development

cd newebpack-react-boilerplate
npm install/ yarn
npm start/ yarn start

About

This is a minimal boilerplate for react with webpack.


Languages

Language:JavaScript 82.1%Language:CSS 13.1%Language:HTML 4.8%