Redux auth starter is a preconfigured Create React App (CRA) template. You can start building your app with Zero configuration.
Usageyarn create react-app your-project-name --template redux-auth-starter
Or
npx create-react-app your-project-name --template redux-auth-starter
npx command installs most recent stable version of CRA from npm. --template parameter points to this template, note that cra-template- prefix is omitted.
Next
cd your_project_name
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
More feature coming on the way...
Folder Structure.
âââ README.md
âââ jsconfig.json
âââ package.json
âââ public
â  âââ favicon.ico
â  âââ index.html
â  âââ logo192.png
â  âââ logo512.png
â  âââ manifest.json
â  âââ robots.txt
âââ src
â  âââ App.js
â  âââ App.scss
â  âââ App.test.js
â  âââ app
â  â  âââ axiosClient.js
â  â  âââ rootReducers.js
â  â  âââ rootSaga.js
â  â  âââ store.js
â  âââ common
â  â  âââ utils
â  â  âââ constants.js
â  âââ features
â  â  âââ Dashboard.js
â  â  âââ OnBoarding
â  â  â  âââ LoginPage.js
â  â  â  âââ authenticateAPI.js
â  â  â  âââ authenticationSlice.js
â  â  âââ Users.js
â  âââ index.css
â  âââ index.js
â  âââ logo.svg
â  âââ reportWebVitals.js
â  âââ routes
â  â  âââ ProtectedRoutes.js
â  â  âââ routes.js
â  âââ setupTests.js
âââ yarn.lock
Quick Start
After installing the template
REACT_APP_HOST_URL = https://reqres.in/api/
Write your app features in features directory.
Write your global scss in App.scss file.
Write your authentication API's in features/OnBoarding/authenticateAPI.js file.
Include your component reducer, saga in rootSaga.js and rootReducers.js to add them to redux middleware.
Edit the Lint rules in .eslintrc.json file.
Please see CONTRIBUTING for details.
Security VulnerabilitiesPlease review our security policy on how to report security vulnerabilities.
Credits LicenseThe MIT License (MIT). Please see License File for more information.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4