Install dependencies using npm install
.
Run the webpack-dev-server on http://localhost:8080 using gulp
.
Run the tests using gulp test
.
Build the source code using gulp build
.
Install dependencies using npm install
.
Run the webpack-dev-server on http://localhost:8080 using gulp
.
Run the tests using gulp test
.
Build the source code using gulp build
.