redbaron76 / MeteorNative

a React Native and Meteor boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a React-Native and Meteor boilerplate

react-native-intro

INTRO

This project aims to put together the following technologies:

  • React Native (as frontend)
  • Meteor 1.4 (as backend)
  • Redux (as state manager)

PAY ATTENTION

At the moment, this package is a playground for myself, a sandbox where to experiment new implementations and apply new patterns. So, please, always keep in mind this warning before using it seriously: THINGS CAN CHANGE ANYTIME!

WHAT'S IN?

This boilerplate is currently using following npm packages:

TRY IT

In order to try this package, you must have React-Native CLI and Meteor installed in your system.

npm install -g react-native-cli
curl https://install.meteor.com/ | sh

After installed both frameworks, clone this repo, cd into it and run:

./start.sh

TROUBLESHOOTING?

Don't you see vector icons correctly?

Please follow instructions on how to link them in your project.

About

a React Native and Meteor boilerplate


Languages

Language:JavaScript 90.3%Language:Objective-C 5.4%Language:Python 2.0%Language:Java 1.8%Language:Shell 0.5%