- This blog app is built using React, React Native, Next.js, Expo, Tailwind, Solito.
- This app uses wordpress, jsonplaceholder apis for Data.
- This is the mono repo for web and native apps, to run locally, please follow the below steps.
- Clone the repo and
cdinto it. - Use the latest node version and
yarnornpm install. - To run Web app, use
yarn web. - Visit
localhost:3000in your browser. - To run Native, first install expo client
npm install -g expo-cliin your machine. - To run Native app, use
yarn nativecommand. - Visit the app using Emulators if you have installed already for Android or Ios in your machine.
- Or scan the QR code showing in the terminal with
Expo Go(Android) or the Camera app (iOS) in your phone.