Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

tcodes0/rn-zero-hero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


react native fullstack zero to hero




Build Status code style: prettier style: styled-components

⭐️ How to play with it

You'll need a mac running node, yarn (or npm) and Xcode installed with Simulator.

  • on a terminal tab...
  • $ git clone https://github.com/Thomazella/rn-zero-hero.git
  • $ cd rn-zero-hero to enter the repo.
  • $ cd server
  • $ yarn && yarn start to install dependencies and lift server.
  • on another terminal tab...
  • $ cd - To go back to the repo
  • $ cd frontend
  • $ yarn && yarn start To start Metro Bundler.
  • on yet another terminal tab...

You'll need: react-native-cli installed globally (npm i -g react-native-cli)

OR

Xcode.

🤖 React native cli

  • $ react-native run-ios To compile the project and launch the Simulator.

🛠 Xcode

  • $ Open ios/frontend.xcodeproj To launch the Xcode project. Click the build button ▶️ and hang tight, it'll launch the Simulator soon.

👩🏻‍💻 App login

user foton
pass foton

Or create your user. :)