Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 726 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 726 Bytes

Prerequisites

Node.js >= v6 must be installed.

Installation

  • npm install or better yarn install in the project's root directory.

Web Development Server

  • npm install or better yarn 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.

Native Development Server

  • npm install or better yarn 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.

Running Tests

  • npm test run the tests once.