- 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
cd
into it. - Use the latest node version and
yarn
ornpm install
. - To run Web app, use
yarn web
. - Visit
localhost:3000
in your browser. - To run Native, first install expo client
npm install -g expo-cli
in your machine. - To run Native app, use
yarn native
command. - 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.