garajo / minimal-react-webpack-babel-setup

The minimal React, Webpack, Babel Setup. You want to get beyond create-react-app? Read this tutorial how to setup your own boilerplate project.

Home Page:https://www.robinwieruch.de/minimal-react-webpack-babel-setup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minimal-react-webpack-babel-setup

Build Status Slack

Read more about it: The Minimal React Webpack Babel Setup

Features

  • React 16
  • Webpack 4
  • Babel
  • Staging ES Next Features
  • Hot Module Replacement

Installation

  • git clone git@github.com:rwieruch/minimal-react-webpack-babel-setup.git
  • cd minimal-react-webpack-babel-setup
  • npm install
  • npm start
  • visit http://localhost:8080/

About

The minimal React, Webpack, Babel Setup. You want to get beyond create-react-app? Read this tutorial how to setup your own boilerplate project.

https://www.robinwieruch.de/minimal-react-webpack-babel-setup/


Languages

Language:JavaScript 100.0%