generator-react-native-cross-platform

0.8.6 • Public • Published

Yeoman generator for cross-platform React Native development

Creates two projects within one repository:

  • Smartphone app (React Native) and desktop app (React Native Web with Electron)
  • Server in Node.js (Mongoose, Docker, SASS, Express, Handlebars)

Install and run the generator with yeoman and follow the on-screen prompts

npm install -g github:tbehrsin/generator-react-native-cross-platform yeoman
mkdir my-app
cd my-app
yo react-native-cross-platform

To run the server:

cd my-app-server
yarn start
yarn logs

To run in the iOS simulator:

cd my-app-client
yarn start:ios

To run the desktop client:

cd my-app-client
yarn start:desktop

/generator-react-native-cross-platform/

    Package Sidebar

    Install

    npm i generator-react-native-cross-platform

    Weekly Downloads

    7

    Version

    0.8.6

    License

    ISC

    Last publish

    Collaborators

    • tbehrsin