React Native for Web Starter aims at:
You can find a presentation of React Native for Web and this starter here.
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.
git clone https://github.com/grabcode/react-native-web-starter.git projectname
cd projectname
rm -rf .git
npm install
npm run dev
- your app is accessible at http://localhost:3000
You can also enjoy React Storybook running npm run storybook
and open http://localhost:9001
TODO
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.
React Native for 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.
React Native for Web Starter is BSD licensed.