Credits: template derived from this one
This is a basic template for starting a new React app without create-react-app
It has:
- react
- webpack5
- babel
# clone the template
mkdir <PROJECT> && cd $_
npx degit https://github.com/leplasmo/wp5-react-basic .
# customize *webpack.config.js*
# customize *package.json*
# install dependencies
yarn