#Project coding guides.
#folder setup: src/components folder: all the component use in the bulid src/container/app.js : connection with the redux and contain the all components src/redux/action/index.js : have all the action src/redux/reducer/init_state.js : have initial state src/redux/reducer/reducer.js : have experimental reducer data The following explains how to setup app.
Step: 1 go to link https://github.com/allenaveen/login_page.git
Step: 2 clone or download
##NPM Setup
step: 3 npm i
step: 4 npm start
Example .npmrc init-author-name=naveen init-author-email=naveenkumar@gmail.com init-license=NONE port: 8080 username: naveenkumar@gmail.com password: naveen