FNDR lives here.
React Application using the following dependencies
- axios
- json-server
- concurrently
- react-loader-spinner
- react-icons
- lodash.debounce
- react-router-dom v6
- react-helmet-async
- jwt-decode
Script:
npm install
npm start
This will install all required dependencies for this app.
Create 2 variables and insert your endpoint for development and production:
REACT_APP_DEV_MODE= (localhost)
REACT_APP_PRO_MODE= (backendserver)