Skip to content

Latest commit

 

History

History
executable file
·
24 lines (17 loc) · 1005 Bytes

CUSTOMIZATION.md

File metadata and controls

executable file
·
24 lines (17 loc) · 1005 Bytes

Customization of feathers-starter-react-redux-login-reset

Read the FAQ.

Review the folder structure.

Use the fork version of some files, rather than the version for the boilerplate repo

  • Fork feathers-starter-react-redux-login-roles.
  • Rename .gitignore-use-in-fork to .gitignore replacing the existing file.
  • Rename .npmignore-use-in-fork to .npmignore replacing the existing file.

Configuration

  • Read how the configuration files are organized
  • Customize the /config files to your needs.
  • Decide what config variables you want kept in environment variables, then
  • Customise /config/custom-environment-variables.js and .env.
  • Decide if you want to commit .env. Modify .gitignore and .npmignore if not.