An open API service indexing awesome lists of open source software.

https://github.com/webobite/codebase-with-rectnative-expo_nextjs

This boilerplate code can run on all platform (Web, Android and IOS)
https://github.com/webobite/codebase-with-rectnative-expo_nextjs

Last synced: about 1 year ago
JSON representation

This boilerplate code can run on all platform (Web, Android and IOS)

Awesome Lists containing this project

README

          



Project logo

Boilerplate code of ReactNative Expo and Next Js

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![GitHub Issues](https://img.shields.io/github/issues/kylelobo/The-Documentation-Compendium.svg)](https://github.com/kylelobo/The-Documentation-Compendium/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/kylelobo/The-Documentation-Compendium.svg)](https://github.com/kylelobo/The-Documentation-Compendium/pulls)

---

Few lines describing your project.


## 📝 Table of Contents

- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Built Using](#built_using)

## 🧐 About

This code base can run on Web, Android as well as IOS device. (IOS device still not tested)

## 🏁 Getting Started

For getting it started follow here :
- git clone this project.
- install expo globally at your local machine.
```
npm install --global expo-cli
```
- install yarn globally at your local machine
Check here for more detail : according to your OS
[Yarn Installation](https://classic.yarnpkg.com/en/docs/install/#debian-stable)

- install all dependencies and dev dependencies
```
yarn install
```
- For running on Web
```
yarn next dev
```
- For running on Android
```
expo start --android
```
- For running on IOS (Haven't tried yet)
```
expo start --ios
```

## 🎈 Usage

Add notes about how to use the system.

## 🚀 Deployment

Add additional notes about how to deploy this on a live system.

## ⛏️ Built Using

- [Expo](https://expo.io/)
- [next](https://nextjs.org/)
- [React Native](https://reactnative.dev/)