Skip to content

Commit

Permalink
Add start script to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
villetou committed Dec 18, 2015
1 parent a9e5de2 commit 029bafc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/node_modules/
/dist/
/config/local.yml
npm-debug.log
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```
$ npm install
$ node_modules/.bin/webpack-dev-server
$ npm start
```

Then point your browser to the webpack dev server at http://localhost:8080/.
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.0.1",
"author": "Juha Yrjölä <[email protected]>",
"repository": "github:City-of-Helsinki/linkedevents-ui",
"scripts": {
"start": "node_modules/.bin/webpack-dev-server"
},
"dependencies": {
"bootstrap": "*",
"formsy-react": "*",
Expand Down

0 comments on commit 029bafc

Please sign in to comment.