wp-react-app

webpack-react-app allows us to make custom react app without create-react-app command. using webpack in our project gives us more control over react configuration and it also makes project lighter and faster to run

Usage no npm install needed!

<script type="module">
  import wpReactApp from 'https://cdn.skypack.dev/wp-react-app';
</script>

README

Installation

Using Yarn

yarn global add wp-react-app

Using NPM

npm install -g wp-react-app

Usage

wp-react-app projectdir=my-react-app

In current directory

wp-react-app .

Information

Currently this project is under development, using npm method in script isn't tested at the moment.