The following node packages or their dependencies uses native libraries:
Please take care for the dependencies of the build tool node-gyp.
# install dependencies
$ npm install
# serve with hot reload at localhost:8080
$ API_URL=http://localhost:3000/api/v1/ npm run dev
# build for production with minification
API_URL=http://localhost:3000/api/v1/ npm run build
# build for production and view the bundle analyzer report
API_URL=http://localhost:3000/api/v1/ npm run build --report