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
- Host: GitHub
- URL: https://github.com/ogwurujohnson/react-webpack-babel-boilerplate
- Owner: ogwurujohnson
- License: mit
- Created: 2019-03-18T11:30:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T03:54:38.000Z (over 3 years ago)
- Last Synced: 2023-03-05T15:45:55.920Z (over 3 years ago)
- Topics: babel, javascript, react, webpack
- Language: JavaScript
- Size: 1.48 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-webpack-babel-boilerplate
[](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/`