Socket
Socket
Sign inDemoInstall

cra-template-manogel

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cra-template-manogel

My personal Create React App template.


Version published
Maintainers
1
Install size
35.2 kB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 10 Mar 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc