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

https://github.com/aodin/react-babel-webpack-example

Example React, Babel 7, and Webpack 4 project
https://github.com/aodin/react-babel-webpack-example

Last synced: 2 months ago
JSON representation

Example React, Babel 7, and Webpack 4 project

Awesome Lists containing this project

README

        

react-babel-webpack-example
====

Example React, Babel, and Webpack project.

Goals:
* Build a single-page app using `import`/modules and ECMAScript 2015+
* Customize Bootstrap SASS
* Separate application code from vendor libraries (for both JS and CSS)

### Install

npm install

### Develop

npm run start

### Build

npm run build

#### Useful Links

[Integrating Babel with Webpack](https://webpack.js.org/loaders/babel-loader/)
[Official guide for integrating Bootstrap 4 with Webpack](https://getbootstrap.com/docs/4.3/getting-started/webpack/)