Skip to content

Commit

Permalink
docs: more detailed readme for usage (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyareye authored Jul 15, 2021
1 parent 3c1e059 commit 9b8d6b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,10 @@ yarn add -D webpack terser-webpack-plugin babel-loader @callstack/repack
Once you've completed [Installation & setup](#installation--setup) you can:
- Build your application for production using XCode/Android Studio/Gradle/Fastlane or whichever tool you use.
- Install your application by installing pods + `npx react-native run-ios` or `npx react-native run-android`.
- Develop your application by starting development server with `npx react-native webpack-start`.
- Create JavaScript bundle only by running `npx react-native webpack-bundle`.
- Create JavaScript bundle or start development server with Webpack CLI by running `npx webpack-cli -c webpack.config.js`.
- Create JavaScript bundle only by running `npx react-native webpack-bundle --entry-file index.js --bundle-output ./dist/index.bundle --dev=false`.
- Create JavaScript bundle or start development server with Webpack CLI by running `PLATFORM=(ios|android) npx webpack-cli -c webpack.config.js`.
## Documentation
Expand Down

0 comments on commit 9b8d6b2

Please sign in to comment.