0.56.0-alpha.13 • Published 1 month ago

create-startupjs v0.56.0-alpha.13

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month 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.56.0-alpha.65

1 month ago

0.56.0-alpha.58

2 months ago

0.56.0-alpha.57

2 months ago

0.56.0-alpha.42

3 months ago

0.56.0-alpha.28

3 months ago

0.56.0-alpha.27

3 months ago

0.56.0-alpha.26

3 months ago

0.56.0-alpha.23

3 months ago

0.56.0-alpha.22

3 months ago

0.56.0-alpha.20

3 months ago

0.56.0-alpha.19

3 months ago

0.56.0-alpha.17

3 months ago

0.56.0-alpha.16

3 months ago

0.56.0-alpha.15

3 months ago

0.56.0-alpha.14

3 months ago

0.56.0-alpha.13

3 months ago