Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhadip/react-native-web-storybook-boilerplate
Boiler plate for react native web with storybook
https://github.com/shubhadip/react-native-web-storybook-boilerplate
react react-native react-native-web storybook typescript webpack4
Last synced: about 9 hours ago
JSON representation
Boiler plate for react native web with storybook
- Host: GitHub
- URL: https://github.com/shubhadip/react-native-web-storybook-boilerplate
- Owner: shubhadip
- Created: 2020-05-17T15:47:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T16:25:04.000Z (over 4 years ago)
- Last Synced: 2024-12-21T18:12:03.860Z (about 2 months ago)
- Topics: react, react-native, react-native-web, storybook, typescript, webpack4
- Language: TypeScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Web StoryBook Boiler Plate
\
\
**Technology Used:**\
[React](https://reactjs.org/)\
[React Native](https://facebook.github.io/react-native/)\
[React Native Web](https://github.com/necolas/react-native-web)\
\
\
**To Run the Project:**\
Please follow below mentioned step to run this project:- Clone the repo
```shell
https://github.com/shubhadip/react-native-web-storybook-boilerplate
```
- Run `npm install` in root folder.
- Run `npm run dev` to start development server. It will start the webpack dev server.
- Run `npm run storybook` to start storybook.