Skip to content

Commit

Permalink
document linklocal
Browse files Browse the repository at this point in the history
  • Loading branch information
aurbano committed Jul 13, 2017
1 parent c2659ad commit 06cc118
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -14,6 +14,12 @@ This is a template for releasing React components. It contains configuration for

Download this repository into yours, and replace all mentions of `react-component-starter` and `react-cs` with the name of your npm package.

Install `linklocal` - this allows you to work on the example using the local version of your package as a symlink:

```console
$ npm i -g linklocal
```

Place your component source files in `src/`, and make sure that the main component file is called `index.js`.

## Testing
Expand Down

0 comments on commit 06cc118

Please sign in to comment.