Node.js >= v6 must be installed.
npm install
or betteryarn install
in the project's root directory.
-
npm install
or betteryarn install
in the example's root directory. -
npm run storybook-web
run the web app's development server at http://localhost:6006 with hot module reloading.
-
npm install
or betteryarn install
in the example's root directory. -
npm run storybook-ios
run the native app's development server at http://localhost:7007 with hot module reloading and iOS emulator.
npm test
run the tests once.