a powerful boilerplate for React and Redux library
npm install cra-template-rtbdevelopment, test, and production)- Variables can be defined in your shell or in a _.env_ file at the project root.
- Only variables starting with REACT_APP_ are imported.
- Imported values are placed in process.env, for example process.env.REACT_APP_SECRET_CODE.
- The development server must be restarted to see new/updated variables.
- Variables from the shell take precedence those in a _.env_ file.
- The value ofNODE_ENV is set automatically to development (when using npm start), or production (when using npm build). Thus, from the point of view of create-react-app, there are only three environments.
- Configuration File
- Options : Prettier Options
- Husky : Modern native Git hooks made easy
- Pretty-quick : Runs Prettier on your changed files.
Find and fix problems in your JavaScript code
- Tutorial Create-React-App with TypeScript, ESLint, Prettier,