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.json
contains the settings specific to thedevelopment
environment (i.e., when running the app on your computer).settings-staging.json
contains the settings specific to thestaging
environmnet.settings-production.json
contains the settings specific to theproduction
environment.
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 dev
When 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 |