Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Apr 28, 2016
1 parent 3c24161 commit 032e420
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,24 @@ TODO

## Installation
### NPM
TODO
### Manual
TODO

## Usage
TODO

## Development
TODO
This command will start a `webpack-dev-server` with content of `dev` folder.
```bash
npm run dev
```

## Build
TODO
This command will build a distributable version in the `dist` directory.
```bash
npm run build
```

## Test
TODO
Expand Down

0 comments on commit 032e420

Please sign in to comment.