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
- Host: GitHub
- URL: https://github.com/moox/next.js-with-react-native-web
- Owner: MoOx
- Created: 2024-12-19T15:50:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T08:57:15.000Z (over 1 year ago)
- Last Synced: 2026-02-21T11:59:39.938Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 117 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js with React Native for Web
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
```