Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rwieruch/minimal-webpack-setup

Minimal project setup for a JavaScript project running with Webpack.
https://github.com/rwieruch/minimal-webpack-setup

javascript webpack

Last synced: 2 months ago
JSON representation

Minimal project setup for a JavaScript project running with Webpack.

Awesome Lists containing this project

README

        

# minimal-webpack-setup

[![Build Status](https://travis-ci.org/rwieruch/minimal-webpack-setup.svg?branch=master)](https://travis-ci.org/rwieruch/minimal-webpack-setup) [![Greenkeeper badge](https://badges.greenkeeper.io/rwieruch/minimal-webpack-setup.svg)](https://greenkeeper.io/)

Minimal project setup for a JavaScript project running with Webpack. [Read more about it.](https://www.robinwieruch.de/webpack-setup-tutorial/)

## Installation

* `git clone [email protected]:rwieruch/minimal-webpack-setup.git`
* cd minimal-webpack-setup
* npm install
* npm start
* visit `http://localhost:8080/`