/react-init

My starter app for developing react application

Primary LanguageJavaScript

react-init

My boilerplate for developing react applications.

Based on https://github.com/rwieruch/minimal-react-webpack-babel-setup

Features

  • React 16
  • PropTypes
  • Webpack 4
  • Babel
  • Staging ES Next Features
  • Hot Module Replacement
  • Jest
  • Enzyme
  • Tests Setup

Installation

  • git clone git@github.com:livelifelively/reactInit.git
  • cd reactInit
  • npm install
  • npm start
  • visit http://localhost:8080/
  • npm test to run test