https://github.com/superstar1205/reactnative-web
Rreactnative web application
https://github.com/superstar1205/reactnative-web
css html javascript react react-hooks react-router reactjs reat-native website
Last synced: about 2 months ago
JSON representation
Rreactnative web application
- Host: GitHub
- URL: https://github.com/superstar1205/reactnative-web
- Owner: superstar1205
- License: mit
- Created: 2022-12-26T06:13:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T07:29:56.000Z (over 3 years ago)
- Last Synced: 2025-03-28T08:22:21.109Z (about 1 year ago)
- Topics: css, html, javascript, react, react-hooks, react-router, reactjs, reat-native, website
- Language: JavaScript
- Homepage:
- Size: 8.15 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Development monorepo
This is the development monorepo for "React Native for Web" and related projects.
## Structure
* `.github`
* Contains workflows used by GitHub Actions.
* Contains issue templates.
* `configs`
* Contains configration files used by the monorepo tooling (compiling, linting, testing, etc.)
* `packages`
* [react-native-web](https://github.com/necolas/react-native-web/blob/master/packages/react-native-web)
* Contains the individual packages managed in the monorepo.
* `scripts`
* Contains Node.js scripts for miscellaneous tasks.
## Tasks
* `build`
* Use `npm run build` to run the build script in every package.
* Use `npm run build -w ` to run the build script for a specific package.
* `dev`
* Use `npm run dev` to run the dev script in every package.
* Use `npm run dev -w ` to run the dev script for a specific package.
* `test`
* Use `npm run test` to run tests for every package.
More details can be found in the contributing guide below.
## Contributing
Development happens in the open on GitHub and we are grateful for contributions including bugfixes, improvements, and ideas.
### Code of conduct
This project expects all participants to adhere to Meta's OSS [Code of Conduct][code-of-conduct]. Please read the full text so that you can understand what actions will and will not be tolerated.
### Contributing guide
Read the [contributing guide][contributing-url] to learn about the development process, how to propose bugfixes and improvements, and how to build and test your changes to React Native for Web.
### Good first issues
To help you get you familiar with the contribution process, there is a list of [good first issues][good-first-issue-url] that contain bugs which have a relatively limited scope. This is a great place to get started.
[contributing-url]: https://github.com/necolas/react-native-web/blob/master/.github/CONTRIBUTING.md
[good-first-issue-url]: https://github.com/necolas/react-native-web/labels/good%20first%20issue
[code-of-conduct]: https://opensource.fb.com/code-of-conduct/