Refer a friend App!
Keywords: React.js, Redux, Formik, Yup, Babel, react-router, styled-components, redux-saga
- Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
- Clone this repo using
git clone
- Move to the appropriate directory:
cd refer-a-friend-react-app
. - Run
npm install
to install dependencies. - Run
npm start
to see the app athttp://localhost:3000
.
Credit: using react-boilerplate for initial set up