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

https://github.com/moox/next.js-with-react-native-web

Boilerplate to use Next.js with React Native for Web
https://github.com/moox/next.js-with-react-native-web

Last synced: 4 months ago
JSON representation

Boilerplate to use Next.js with React Native for Web

Awesome Lists containing this project

README

          

# Next.js with React Native for Web


Sponsoring button

This simple boilerplate helps you to use Next.js with React Native for Web.

## Development

```console
npm run dev
```

## Production

```console
npm run build
npm run start
```