Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryardley/hello-webpack
A Webpack Hello World for easily testing things
https://github.com/ryardley/hello-webpack
Last synced: 21 days ago
JSON representation
A Webpack Hello World for easily testing things
- Host: GitHub
- URL: https://github.com/ryardley/hello-webpack
- Owner: ryardley
- Created: 2015-10-18T05:37:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T07:45:12.000Z (about 9 years ago)
- Last Synced: 2024-10-11T04:03:30.065Z (about 1 month ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack Hello World
Webpack requires quite a bit of config to get up and running with it even in the simplest terms
so I needed a basic starter for webpack I could reach for to test modules in isolation as Yeoman was
bringing in way to much cruft.So here is 'Hello Webpack'. Enjoy.
## Running
```
npm start
```Then head to http://localhost:3000/ in your browser.