cra-template-manogel

1.0.0 • Public • Published

npm npm


Manogel Template for Reactjs

npx create-react-app my-react-app --template manogel

Additional step ESLINT required

yarn add babel-eslint@10.0.3 eslint eslint-config-airbnb eslint-config-prettier eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks prettier babel-plugin-root-import customize-cra eslint-import-resolver-babel-plugin-root-import react-app-rewired eslint-plugin-import-helpers -D

Dependencies configured

File Structure

manogel
├── src/
│   ├── config/
│   │   └── ReactotronConfig.js
│   ├── pages/
│   │   └── Main/
│   │       └── index.js
│   ├── services/
│   │   ├── api.js
│   │   └── history.js
│   ├── store/
│   │   ├── ducks/
│   │   │   └── index.js
│   │   ├── sagas/
│   │   │   └── index.js
│   │   └── index.js
│   ├── styles/
│   │   └── global.js
│   ├── App.js
│   ├── index.js
│   └── routes.js
├── .editorconfig
├── .eslintrc.js
├── .gitignore
├── config-overrides.js
├── jsconfig.js
├── package.json
└── README.md

Contact

Manoel Gomes - Github - manoelgomes53@gmail.com

Repo: Manogel/cra-tamplate-manogel

Package Sidebar

Install

npm i cra-template-manogel

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

36 kB

Total Files

27

Last publish

Collaborators

  • manogel