react-without-webpack
react-without-webpack copied to clipboard
Feature Request: Publish this setup as a npm package
Basically, all these is presetup-babel + dev server. It's nice to have this published as a collection of cli-scripts, so I'd use it like this inside my React project:
npm i --save-dev without-webpack
npx ww dev
instead of copying files from the repo.
P.S. I could work on this