cra-template-graycor

1.0.4 • Public • Published

cra-template-graycor

CRA template with: react router, msal, apollo-client, react-bootstrap, graphql, prop-types, mui.

⚗️ Technologies list


🚀 Start using it

To use this template for your app you can run:

npx create-react-app my-app --template graycor

or

yarn create react-app my-app --template graycor

The --template parameter points to this template, note that cra-template- prefix is omitted.


⚠️ Warning

Cloning this repo pulls down the template only, not a bundled and configured Create React App.


🧬 Template structure

This is the structure of the files in the template:

    │
    ├── public                  # public files (favicon, .htaccess, manifest, ...)
    ├── src                     # source files
    │   ├── components
    │   ├── config              # Configuration Files (MSAL, GraphQL)
    │   ├── state               # Custom State
    │   ├── screens             # All the User Interface
    │   ├── utils               # Utilities
    │   ├── App.js
    │   ├── index.js
    │   ├── reportWebVitals.js
    │   └── setupTests.js
    ├── .eslintrc.js
    ├── .gitignore
    ├── .prettierrc.js
    ├── package.json
    └── README.md

📖 Learn More

This package includes scripts and configuration used by Create React App.
Please refer to its documentation:

Package Sidebar

Install

npm i cra-template-graycor

Weekly Downloads

0

Version

1.0.4

License

none

Unpacked Size

58.6 kB

Total Files

41

Last publish

Collaborators

  • rschultzgraycor