## Customization of feathers-starter-react-redux-login-reset

## Read the [FAQ](./FAQ.md).

## 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](https://github.com/lorenwest/node-config/wiki/Configuration-Files)
- [ ] 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`](https://github.com/bkeepers/dotenv#should-i-commit-my-env-file).
Modify `.gitignore` and `.npmignore` if not.

## [Suggestions for development](./SUGGESTIONS.md)
