Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/horusgoul/rnw-css-hydration-bug-error-repro
https://github.com/horusgoul/rnw-css-hydration-bug-error-repro
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/horusgoul/rnw-css-hydration-bug-error-repro
- Owner: HorusGoul
- License: mit
- Created: 2022-07-02T09:51:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T10:42:12.000Z (over 2 years ago)
- Last Synced: 2023-02-27T08:56:36.158Z (almost 2 years ago)
- Language: TypeScript
- Homepage: rnw-css-hydration-bug-error-repro.vercel.app
- Size: 265 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# remix-react-native-web-starter
[![License][license-badge]][license]
[![Twitter][twitter-badge]][twitter]
[![Star][star-badge]][star]## Using this template
This template is based on the [How to Setup React Native Web in a Remix project](https://horus.dev/blog/react-native-web-remix-setup) article
**Requisites:**
- Use `pnpm` to install dependencies. Install it with `npm install --global pnpm`
**Commands:**
```bash
git clone [email protected]:HorusGoul/remix-react-native-web-starter.git my-project
cd my-project
pnpm install
pnpm dev
```## Development
From your terminal:
```sh
pnpm dev
```This starts your app in development mode, rebuilding assets on file changes.
## Deployment
First, build your app for production:
```sh
pnpm build
```Then run the app in production mode:
```sh
pnpm start
```Now you'll need to pick a host to deploy it to.
### DIY
If you're familiar with deploying node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of `remix build`
- `build/`
- `public/build/`[license-badge]: https://img.shields.io/github/license/HorusGoul/remix-react-native-web-starter
[license]: ./LICENSE
[twitter-badge]: https://img.shields.io/twitter/follow/horusgoul.svg?style=social&label=Follow
[twitter]: https://twitter.com/horusgoul
[star-badge]: https://img.shields.io/github/stars/HorusGoul/remix-react-native-web-starter.svg?style=social&label=Star
[star]: https://github.com/horusgoul/remix-react-native-web-starter