wp-react-app
v1.0.7
Published
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
Downloads
3
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.