/grillview

A React Native app to continually take pictures, and an Express server to view those pictures.

Primary LanguageJavaScript

Perfect Pulled Pork with React Native, Expo, and Express

This code goes along with the blog post. Read the full post for how to build this app start to finish.

  1. Clone it
  2. NPM install / Yarn
  3. Install Expo (npm i -g exp)
  4. Start Expo (exp start)
  5. Change the SERVER_ADDRESS in App.js to point to your laptop.
  6. In another window, start the server (node server.js)
  7. Open the Expo app on your phone
  8. Go make pulled pork.