Express & React Exercise React Client with Node and Express without CRA. babel nodemon webpack webpack-dev-server dotenv eslint + prettier Prerequisites Node.js installed (tested with v14.15.3) npm installed (tested with v7.6.1) Installing git clone 'this-repo-url' app-name cd app-name npm install Started development server. npm run dev Build and deploy for production. npm run start