Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javiergold112/meteor-starter-kit
👉The goal of MST is to give you a real-world foundation for your product. It's designed to be production ready from day one. The technology it uses is designed to be "scale friendly," though, scaling is up to you— ⚠️ that's impossible for MST to automate.
https://github.com/javiergold112/meteor-starter-kit
graphql material-ui meteor mongodb muiv5 nodejs reactjs
Last synced: about 1 month ago
JSON representation
👉The goal of MST is to give you a real-world foundation for your product. It's designed to be production ready from day one. The technology it uses is designed to be "scale friendly," though, scaling is up to you— ⚠️ that's impossible for MST to automate.
- Host: GitHub
- URL: https://github.com/javiergold112/meteor-starter-kit
- Owner: javiergold112
- Created: 2024-01-29T18:46:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T18:49:28.000Z (10 months ago)
- Last Synced: 2024-10-01T05:05:40.412Z (about 1 month ago)
- Topics: graphql, material-ui, meteor, mongodb, muiv5, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 6.38 MB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meteor Starter Kit (:MST)
This template is meteor starter kit for react, graphql, subscription.[Read the Documentation](https://mst-guide.netlify.app/)
---
**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
```sh
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 |