https://github.com/tradle/rn-markdown-playground
https://github.com/tradle/rn-markdown-playground
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tradle/rn-markdown-playground
- Owner: tradle
- License: other
- Created: 2017-06-09T06:24:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T12:46:41.000Z (about 7 years ago)
- Last Synced: 2025-01-17T00:53:09.281Z (over 1 year ago)
- Language: JavaScript
- Size: 302 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# React Native for Web Starter
React Native for Web Starter aims at:
- Providing the leanest code base to bootstrap a React Native for Web project.
- Following the standard React Native project structure close so someone becoming familiar with React Native may quickly find its way in a RN4Web project, and vice-versa.
- Benefit from the React community dev-tools, such as Storybook.
## Presentation
You can find a presentation of React Native for Web and this starter here.
[](https://www.youtube.com/watch?v=eV4pZ6vv1VE)
## Getting *quickly* started
As of today, React Native for Web, let's call it RN4Web, is still pretty recent, and could use some more documentations, along with contributions.
This repo is an attempt to make it easier for anyone to launch, experiment and publish a RN4Web App.
### Install
```
git clone https://github.com/grabcode/react-native-web-starter.git projectname
cd projectname
rm -rf .git
npm install
```
### Run
`npm run dev` - your app is accessible at `http://localhost:3000`
You can also enjoy [React Storybook](https://github.com/kadirahq/react-storybook) running `npm run storybook` and open `http://localhost:9001`
### Build
TODO
## Tools
React Native for Web runs in the browser, hence get out of the box full dev tools supports.
In the future, RN4Web Starter may come with some flavour such as Redux and its amazing [tool suite](https://github.com/gaearon/redux-devtools).
## About React Native for Web
[React Native for Web](https://github.com/necolas/react-native-web) is born from the brilliant mind of a member of the React Native community. Some would say it had to happen, many reasons begging for such project to get started.
React Native tends to unify iOS and Android, and soon Universal Windows developer under one banner, sort of the Wardens of the Native.
Well, following that GoT analogy, React Native for Web is the Wardens of the Web, unifying any React developer under a common set of values.
## License
React Native for Web Starter is [BSD licensed](LICENSE).