This template is meteor starter kit for react, graphql, subscription.
NOTE: The following represents example README.md content for your product. The information below should be customized for your product.
Settings for the app are defined in three files at the root of the project:
settings-development.jsoncontains the settings specific to thedevelopmentenvironment (i.e., when running the app on your computer).settings-staging.jsoncontains the settings specific to thestagingenvironmnet.settings-production.jsoncontains the settings specific to theproductionenvironment.
Each settings file should only be used in conjunction with the environment it's intended for. Further, each settings file's contents should be restricted to that specific environment (i.e., don't use an API key intended for the production environment in development and vice-versa—only break this rule when a given service's API key provisioning makes this prohibitive).
meteor npm install
yarn
or
yarn install
npm run devWhen you start the app for the first time in development, we create a set of test users to use when testing different permissions:
| Email Address | Password | Roles | Notes |
|---|---|---|---|
| meteor@admin.com | root | admin |
Full access to the application |