A builder for react and webpack applications. Like react-scripts but simpler (doesn't do as much).
You can install this via npm npm install --save-dev rewp
Using npm you can simply run npx rewp build in your project's root directory.
buildStarts a build with webpack.testStarts running tests with jest.versionGets the current rewp version.
Each mode has flags you can pass down with it.
--watch(boolean)- defaults to false
--serve(boolean)- defaults to false
--config--overrideConfig(boolean)- defaults to false
No flags