Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ purposes. It is by default served via webpack-dev-server.

### To start demo app

`make start` will start the demo app served by webpack-dev-server
`npm run start` will start the demo app served by webpack-dev-server

### Testing

Expand All @@ -81,7 +81,7 @@ Tests use Jest and Enzyme.
Run tests with:

```
make test
npm run test
```

This starts Jest in watch mode. To run a particular test file, while in watch mode
Expand All @@ -97,7 +97,7 @@ npm run jest --updateSnapshot

### To run the linter

`make lint`
`npm run lint`

### Extending the file viewer

Expand Down
Loading