0.56.0-alpha.13 • Published 8 months ago

create-startupjs v0.56.0-alpha.13

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

create-startupjs

Bootstrap a new StartupJS application

Usage

Create a new project from scratch

TBD

Add into an existing Expo (or pure React Native) project.

  1. Create a new Expo (or pure React Native) project from any template.

  2. Add startupjs to it by executing:

    npm init startupjs
  3. Wrap the root of your application into <StartupjsProvider> component:

    import { StartupjsProvider } from 'startupjs'
    
    // ...
    return (
      <StartupjsProvider>
        ...
      </StartupjsProvider>
    )

    For example, if you are using Expo with expo-router, you'll need to do it in app/_layout.tsx

  4. Start the app the same way as you would usually start Expo or React Native app.

  5. To test the production server run yarn build && yarn start-production

0.59.0-canary.3

8 months ago

0.58.0-canary.0

8 months ago

0.59.0-canary.0

8 months ago

0.57.0-canary.63

10 months ago

0.57.0-canary.75

10 months ago

0.57.0-canary.74

10 months ago

0.57.0-canary.24

12 months ago

0.57.0-canary.3

1 year ago

0.57.0-canary.0

1 year ago

0.56.0-alpha.65

1 year ago

0.56.0-alpha.58

1 year ago

0.56.0-alpha.57

1 year ago

0.56.0-alpha.42

1 year ago

0.56.0-alpha.28

1 year ago

0.56.0-alpha.27

1 year ago

0.56.0-alpha.26

1 year ago

0.56.0-alpha.23

1 year ago

0.56.0-alpha.22

1 year ago

0.56.0-alpha.20

1 year ago

0.56.0-alpha.19

1 year ago

0.56.0-alpha.17

1 year ago

0.56.0-alpha.16

1 year ago

0.56.0-alpha.15

1 year ago

0.56.0-alpha.14

1 year ago

0.56.0-alpha.13

1 year ago