mirror of https://github.com/status-im/metro.git
17 lines
218 B
Markdown
17 lines
218 B
Markdown
|
---
|
||
|
id: getting-started
|
||
|
title: Getting Started
|
||
|
---
|
||
|
|
||
|
Install Metro using `npm`:
|
||
|
|
||
|
```
|
||
|
npm install --save-dev metro-bundler
|
||
|
```
|
||
|
|
||
|
Or via [`yarn`](https://yarnpkg.com/en/package/jest):
|
||
|
|
||
|
```
|
||
|
yarn add --dev metro-bundler
|
||
|
```
|