Skip to content

Brainence/React-Shared-Code-Template

Repository files navigation

React-Shared-Code-Template

Simple template to start project with shared code between react and react-native apps in one solution

React Shared Code Template

How to use

First, clone the repo.

$ git clone https://github.com/Brainence/React-Shared-Code-Template.git <yourAppName>
$ cd <yourAppName>

Second, install the dependencies.

$ npm install

OR

$ yarn

To start WEB solution:

$ npm run web

OR

$ yarn web

To start mobile expo:

$ npm run mobile

OR

$ yarn mobile

To start android:

$ npm run android

OR

$ yarn android

To start ios:

$ npm run ios

OR

$ yarn ios

License

MIT

About

Simple template to start project with shared code between react and react-native apps in one solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors