https://github.com/rwieruch/minimal-webpack-babel-setup
Minimal project setup for a JavaScript project running with Webpack and Babel.
https://github.com/rwieruch/minimal-webpack-babel-setup
babel javascript webpack
Last synced: 8 days ago
JSON representation
Minimal project setup for a JavaScript project running with Webpack and Babel.
- Host: GitHub
- URL: https://github.com/rwieruch/minimal-webpack-babel-setup
- Owner: rwieruch
- Created: 2019-06-16T16:21:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T17:58:08.000Z (about 3 years ago)
- Last Synced: 2025-04-11T11:04:13.003Z (12 days ago)
- Topics: babel, javascript, webpack
- Language: JavaScript
- Homepage: https://www.robinwieruch.de
- Size: 10.1 MB
- Stars: 22
- Watchers: 1
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# minimal-webpack-babel-setup
[](https://travis-ci.org/rwieruch/minimal-webpack-babel-setup) [](https://greenkeeper.io/)
Minimal project setup for a JavaScript project running with Webpack and Babel for a frontend application. [Read more about it.](https://www.robinwieruch.de/webpack-babel-setup-tutorial/)
## Installation
* `git clone [email protected]:rwieruch/minimal-webpack-babel-setup.git`
* cd minimal-webpack-babel-setup
* npm install
* npm start
* visit `http://localhost:8080/`