Skip to content

agiledev0115/meteor-boilerplate

Repository files navigation

Meteor Starter Kit (:MST)

This template is meteor starter kit for react, graphql, subscription.

Read the Documentation


NOTE: The following represents example README.md content for your product. The information below should be customized for your product.


1. Settings & Configuration

Settings for the app are defined in three files at the root of the project:

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

2.Installation

npm

meteor npm install

yarn

yarn
or
yarn install

3.Start

npm run dev

Test Users

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
[email protected] root admin Full access to the application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages