A quick start meteor app using Jexia. by using this repo your are ready and authenticated with your Api Access Key so you can start build your app with any framework you want.
Tip: Read Meteor project file structure documentation to create correct folders (ex. client & public).
To use this project you should have a Jexia account. You can get one for free at www.jexia.com
You will also need Meteor framework. Install it by doing:
curl https://install.meteor.com/ | sh
- Clone Repo
- Enter your Jexia App Url, Access key & secret at server/config.js file
- Run project by writing
meteor
in project root folder. Launch browser athttp://localhost:3000/
- Build your own project from there ;)
- Fork the repository and clone it locally.
- Create a branch for your edits.
- When finished create a Pull Request
Tip: Connect your local to the original ‘upstream’ repository by adding it as a remote. Pull in changes from ‘upstream’ often so that you stay up to date so that when you submit your pull request, merge conflicts will be less likely.