- React,
- ReactRouter(nestedRouting),
- MaterialUI.
git clone https://github.com/Lunchpool/lunchpool_web_onboarding.git;
cd lunchpool_web_onboarding;
npm install;
npm start
npm i rename-cli;
rename lunchpool_web_onboarding your_name_here
npm uninstall -g create-react-app; npm install -g create-react-app; create-react-app react; cd react;
