$ cd grid-element
$ bower i && npm i
- Installs bower local dependencies
- Installs npm local dependencies
$ npm run lint
$ npm run serve
- Navigate to http://localhost:8080/components/grid-element/
$ npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
- Ensures the working tree is clean
- Lints elements
- Bumps the version in package.json
- Updates the git index to match the working tree
- Creates a git tag
- Pushes all the refs, including annotated tags