Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rwieruch/minimal-webpack-setup
- Owner: rwieruch
- Created: 2019-06-18T13:43:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T17:59:48.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T11:34:38.125Z (2 months ago)
- Topics: javascript, webpack
- Language: JavaScript
- Homepage: https://www.robinwieruch.de
- Size: 442 KB
- Stars: 19
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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/`