Curious in becoming part of the team? (React with React-Router) Tools we use on the web app at lunchpool: React, ReactRouter(nestedRouting), MaterialUI. Install Instructions: git clone https://github.com/Lunchpool/lunchpool_web_onboarding.git; cd lunchpool_web_onboarding; npm install; npm start Additional Instruction if interested in building a different application: npm i rename-cli; rename lunchpool_web_onboarding your_name_here Commands used, if interested: npm uninstall -g create-react-app; npm install -g create-react-app; create-react-app react; cd react;