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

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.

Awesome Lists containing this project

README

        

# minimal-webpack-babel-setup

[![Build Status](https://travis-ci.org/rwieruch/minimal-webpack-babel-setup.svg?branch=master)](https://travis-ci.org/rwieruch/minimal-webpack-babel-setup) [![Greenkeeper badge](https://badges.greenkeeper.io/rwieruch/minimal-webpack-babel-setup.svg)](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/`