Skip to content

mstark5652/rewp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rewp

Purpose

A builder for react and webpack applications. Like react-scripts but simpler (doesn't do as much).

Install

You can install this via npm npm install --save-dev rewp

Usage

Using npm you can simply run npx rewp build in your project's root directory.

Arguments

Modes

  • build Starts a build with webpack.
  • test Starts running tests with jest.
  • version Gets the current rewp version.

Flags

Each mode has flags you can pass down with it.

build

  • --watch (boolean)
    • defaults to false
  • --serve (boolean)
    • defaults to false
  • --config
  • --overrideConfig (boolean)
    • defaults to false

test

version

No flags

About

React webpack builder

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •