0.56.0-alpha.13 • Published 10 months ago

create-startupjs v0.56.0-alpha.13

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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

10 months ago

0.58.0-canary.0

10 months ago

0.59.0-canary.0

10 months ago

0.57.0-canary.75

12 months ago

0.57.0-canary.74

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

2 years ago

0.56.0-alpha.28

2 years ago

0.56.0-alpha.27

2 years ago

0.56.0-alpha.26

2 years ago

0.56.0-alpha.23

2 years ago

0.56.0-alpha.22

2 years ago

0.56.0-alpha.20

2 years ago

0.56.0-alpha.19

2 years ago

0.56.0-alpha.17

2 years ago

0.56.0-alpha.16

2 years ago

0.56.0-alpha.15

2 years ago

0.56.0-alpha.14

2 years ago

0.56.0-alpha.13

2 years ago