grillview
grillview copied to clipboard
A React Native app to continually take pictures, and an Express server to view those pictures.
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.
- Clone it
- NPM install / Yarn
- Install Expo (
npm i -g exp) - Start Expo (
exp start) - Change the
SERVER_ADDRESSinApp.jsto point to your laptop. - In another window, start the server (
node server.js) - Open the Expo app on your phone
- Go make pulled pork.