Overview:
React Native for Web Starter is a project that aims to provide a lean code base for bootstrapping a React Native for Web project. It follows the standard React Native project structure, making it easier for someone familiar with React Native to navigate a RN4Web project, and vice-versa. The starter also allows developers to benefit from the React community dev-tools, such as Storybook.
Features:
- Lean Code Base: Provides a minimalistic code base to quickly start a React Native for Web project.
- Standard Project Structure: Follows the standard React Native project structure for easy navigation.
- React Dev-Tools: Allows developers to use dev-tools like Storybook from the React community.
Installation:
To install the React Native for Web Starter, follow these steps:
- Run
npm run devin your terminal. - Your app will be accessible at http://localhost:3000.
- Optionally, you can also run
npm run storybookto use React Storybook, available at http://localhost:9001.
Summary:
React Native for Web Starter is a project that aims to simplify the process of launching, experimenting, and publishing a RN4Web App. It provides a lean code base and follows the standard React Native project structure, making it easier for developers to navigate a RN4Web project. The starter also allows developers to benefit from the React community dev-tools like Storybook. The project is BSD licensed.