Giter VIP home page Giter VIP logo

webpack-preset's Introduction

Webpack Preset

Zero config webpack-powered development!

npm version npm downloads webpack channel on discord

We're all pretty tired out by Javascript and its tooling. Webpack has a metric ton of configuration options that are particularly overwhelming when starting out, and get tiring after you've set up your eleventy billionth project. This project serves to speed up a lot of the setup process involved with getting webpack up and running.

⚠️ Keep in mind this tool is for quick prototyping and should not be used long-term in your projects. ⚠️
Once your project has gotten big or is taken seriously enough, you should invest in a full webpack setup, tuned to your specific needs. But if you want to just crank out some code really quickly, this is the best way to get started!

Installation

Want a nice Babel ES2015 setup? Just install the package and save it to your package.json file:

npm install --save webpack-preset webpack-preset-babel

Getting Started

Webpack Preset runs a small web server on port 3000 with Webpack embedded within it. It's started via the webpack-preset binary and will (currently) look for an entry point in a index.js file next to your package.json file. It also serves up a small HTML file with the Webpack bundle included and a div#root for convenience.

You can run webpack-preset directly from the node_modules install:

./node_modules/.bin/webpack-preset

Or you can add it to your NPM scripts for easy access:

"scripts": {
  "start": "webpack-preset"
}

Just run npm start and that's it! You can access the page at http://localhost:3000

Roadmap

  • Read main for entry point
  • Customize the index.html
  • Userland config options via package.json
  • More CLI options (list installed presets, install more presets)
  • Globally installable

Thanks

Bits of this project were inspired by @pirelentio's awesome sagui project. Go check it out!

License

MIT

webpack-preset's People

Contributors

timdorr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.