/react-quick-start

A barebones boilerplate for building React apps with Node.js

Primary LanguageJavaScript

React Quick Start

Build Status Dependency Status

Boilerplate for quickly launching React projects.

Features

  • React
    • react-router-dom v4
  • Node/Express
  • Babel, ES6
  • ESLint + PrettierJS
  • PostCSS
  • Webpack 3
    • CSS Modules
      • PostCSS with Autoprefixer
    • Hot Module Reload

Getting Started

To install dependencies:

yarn install

If you are using npm, you can install dependencies with npm install.

yarn run [script] Description
start Serves app at http://localhost:3000. HMR enabled
build Compiles app for production
lint Lint all .js and .jsx files
lint:fix Lint and fix all .js and .jsx files