Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reactive-stack-js/reactive-stack-js-meteor-svelte
reactive-stack-js with meteorjs & svelte
https://github.com/reactive-stack-js/reactive-stack-js-meteor-svelte
javascript meteor meteorjs reactive-stack reactive-stack-js svelte sveltejs
Last synced: 5 days ago
JSON representation
reactive-stack-js with meteorjs & svelte
- Host: GitHub
- URL: https://github.com/reactive-stack-js/reactive-stack-js-meteor-svelte
- Owner: reactive-stack-js
- License: other
- Created: 2020-10-04T09:44:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-26T12:37:36.000Z (about 4 years ago)
- Last Synced: 2024-10-31T03:42:23.529Z (about 2 months ago)
- Topics: javascript, meteor, meteorjs, reactive-stack, reactive-stack-js, svelte, sveltejs
- Language: Svelte
- Homepage: https://reactive-stack-js.github.io/reactive-stack-js-meteor-svelte/
- Size: 255 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reactive Stack JS with [meteor](https://www.meteor.com/) and [svelte](https://svelte.dev/)
See [reactive-stack-js](https://github.com/reactive-stack-js) for more info.
## Requirements
* Meteor ([_install_](https://www.meteor.com/install))
* MongoDB ([_install_](https://docs.mongodb.com/manual/installation/#mongodb-community-edition-installation-tutorials))
* **IMPORTANT**: as a cluster (_see_ [_MongoDB: Convert a Standalone to a Replica Set_](https://docs.mongodb.com/manual/tutorial/convert-standalone-to-replica-set/))
* with featureCompatibilityVersion = "3.6" (_see_ [_setFeatureCompatibilityVersion_](https://docs.mongodb.com/manual/reference/command/setFeatureCompatibilityVersion/))
* [Yarn](https://yarnpkg.com/) (_preferred over npm_)
* System variable `MONGO_URL=mongodb://localhost:27017/reactivestackjs`## Run
```shellsession
meteor npm install
yarn start
```## Install
First make sure you have taken care of all the [requirements](https://github.com/reactive-stack-js/reactive-stack-js-meteor-svelte/blob/main/README.md#requirements).
### Configure Login
When you first start either react or svelte meteor applications, you need to configure the login.
Click **Sign in**:
![alt text](https://raw.githubusercontent.com/reactive-stack-js/reactive-stack-js/main/images/meteor/meteor01.png)
Configure the logins by adding respective app ids and secrets:
![alt text](https://raw.githubusercontent.com/reactive-stack-js/reactive-stack-js/main/images/meteor/meteor02.png)
In the end, you will see the `meteor_accounts_loginServiceConfiguration` collection and in it your configuration:
![alt text](https://raw.githubusercontent.com/reactive-stack-js/reactive-stack-js/main/images/meteor/meteor03.png)