Skip to content

Commit

Permalink
Added npx serve option to README (#509)
Browse files Browse the repository at this point in the history
Fastest way to get started is `npx serve`, so might as well note that.
  • Loading branch information
jamonholmgren authored and styfle committed Mar 27, 2019
1 parent 7320633 commit c6c35e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -14,7 +14,9 @@ Furthermore, it provides a neat interface for listing the directory's contents:

## Usage

Firstly, install the package using [Yarn](https://yarnpkg.com/en/) (you'll need at least [Node.js LTS](https://nodejs.org/en/)):
The quickest way to get started is to just run `npx serve` in your project's directory.

If you prefer, you can also install the package globally using [Yarn](https://yarnpkg.com/en/) (you'll need at least [Node.js LTS](https://nodejs.org/en/)):

```bash
yarn global add serve
Expand Down

0 comments on commit c6c35e7

Please sign in to comment.