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
- Host: GitHub
- URL: https://github.com/aodin/react-babel-webpack-example
- Owner: aodin
- Created: 2019-03-25T04:56:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T23:00:55.000Z (about 6 years ago)
- Last Synced: 2025-01-21T08:29:56.407Z (4 months ago)
- Language: JavaScript
- Size: 249 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)