A webpack code sandbox
Node v5, NPM v3 and MongoDB
npm install
- Change your hosts file and add
www.webpackbin.dev
andsandbox.webpackbin.dev
- Make sure a mongodb instance is running
- Make sure npm-extractor is running (look below)
npm start
- Open up
www.webpackbin.dev:4000
in your browser
WebpackBin depends on npm-extractor. Just clone it and run it :-)
- Create a new BIN
- Code the boilerplate
- Create an issue with the URL of the BIN
- We will update it on next release
This process will be simplified with further implementations
- Create a pull request pointing to an issue (if any)
The project does not currently have any tests, so this is subject to change when the project stabilizes.