generator-nativeforge

0.4.0 • Public • Published

NativeForge

What is NativeForge?

NativeForge is a bootsrapping framework for building cross platform apps using solito and feature generators

Requirements

Nodejs >= v16 yarn

Install

Tools

yarn global add yo generator-nativeforge

Create project

npx yo nativeforge your_app_name
cd your_app_name

Start the app

  • Install dependencies: yarn

  • Next.js local dev: yarn web

    • Runs yarn dev
  • Expo local dev:

    • First, build a dev client onto your device or simulator
      • cd apps/expo
      • Then, either expo run:ios, expo run:android, or eas build
    • After building the dev client, from the root of the monorepo...
      • yarn native (This runs expo start --dev-client)

Readme

Keywords

Package Sidebar

Install

npm i generator-nativeforge

Weekly Downloads

1

Version

0.4.0

License

MIT

Unpacked Size

7.89 MB

Total Files

82

Last publish

Collaborators

  • robbryandev