Skip to content

andriystabryn/react-lerna-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lerna: React + React Native

Available Scripts

yarn

Install all dependences

npx lerna bootstrap

Link all packages

cd packages/web-app && yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

cd packages/NativeApp && yarn ios

Launches the ios app

Shared package

Here is one shared folder @root/shared. It is imported in mobile and web apps import library from '@root/shared';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published