$ git clone
$ cd react-starter
$ npm install
$ npm run start:app- Verify that
webpack.plugin.jshas theAPP_PATHenvironment variable. - Add a script to
package.json - Point to the correct
APP_PATH.
{
"scripts": {
"start:app2": "cross-env NODE_ENV=development APP_PATH=./apps/App2.tsx webpack serve --config webpack.config.dev.js"
}
}