It’s fairly simple, and very well documented, how to setup an express server with a CRA (Create React App) application. Simply add a line to the CRA’s package.json file: But what happens when you eject from CRA? Once you do that, the webpack configs are entirely up to you. Your […]
webpack
1 post