All Projects → callstack → universal-react-app

callstack / universal-react-app

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
java
68154 projects - #9 most used programming language

Universal React Workshop

Installation

Simply clone the repo and run yarn in root project directory.

Getting started

Web

yarn run web

And head to http://localhost:3000/

Native

At the beginning you need to start haul with:

yarn run haul

Now you can proceed with running your app. To run iOS version:

yarn run ios

and for Android silimar:

yarn run android

NOTE: You need XCode and Android SDK + emulator to run the native side.

Branching

We've implemented workshop app in few stages. If you'll get lost during the workshop, you have a chance to checkout to a branch which is specific to current stage:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].