Starter react app.
HOW TO USE:
Clone and repurpose.
Change the relevant lines involving starter_react_app in package.json and index.html.
Change this README.
RUNNING LOCALLY:
npm install // every time a change should be made to node_modules
npm start
npm run dev
Now you can access at localhost:5000
NOTE: proxies to url's besides root will have to be adjusted through webpack.config.js after being added to server/app.js
DEPLOYING:
npx webpack
npm start // this will run on the given port, default 3000