An open API service indexing awesome lists of open source software.

https://github.com/ogwurujohnson/react-webpack-babel-boilerplate

A simple boilerplate for starting strong with react, webpack and babel
https://github.com/ogwurujohnson/react-webpack-babel-boilerplate

babel javascript react webpack

Last synced: 5 months ago
JSON representation

A simple boilerplate for starting strong with react, webpack and babel

Awesome Lists containing this project

README

          

# react-webpack-babel-boilerplate

[![Build Status](https://travis-ci.org/ogwurujohnson/react-webpack-babel-boilerplate.svg?branch=master)](https://travis-ci.org/ogwurujohnson/react-webpack-babel-boilerplate)

A simple boilerplate for starting strong with react, webpack and babel.

Read more about it: [Tutorial still a work in progress](#)

## Features

* React 16
* Webpack 4
* Babel 7
* Hot Module Replacement

## Installation

* `git clone https://github.com/ogwurujohnson/react-webpack-babel-boilerplate.git`
* cd react-webpack-babel-boilerplate
* npm install
* npm start
* visit `http://localhost:8080/`