Skip to content

A simple boilerplate for setting up React + Webpack 2 projects

License

Notifications You must be signed in to change notification settings

tjinauyeung/react-webpack-boilerplate

Repository files navigation

React + Webpack Boilerplate

React + Webpack Boilerplate is an opinionated front-end template for building web apps or sites.

Getting Started

Installation

Replace all instances of yarn with npm if you do not have it installed.

yarn install

Running the dev server

$ yarn dev

Build project

$ yarn build

Lint project

$ yarn lint

Lint project + fix

$ yarn lint:fix

License

The code is available under the MIT license.