A full-stack project of a mobile wallpaper download application
created with React Native Expo and Sanity.io
- ReactNative (Expo)
- NativeWind (CSS styles)
- Sanity (API CMS backend)
- @sanity/client @sanity/image-url
cd wallpaper-app
and create.env
file- Set up and run wallpaper-server By following these steps:
- Add a new terminal tab and
cd wallpaper-app/wallpaper-server
- Create a .env file
- Install and start the server by using
yarn install
and thenyarn run dev
- Then back to the main terminal tabs
- Add a new terminal tab and
yarn install
thenyarn expo start