OpenAPI / Swagger documentation of Notificare REST API
- Available commands:
npm run build
: Build files to thedist
folder.npm run deploy
: Deploy to S3, needs valid AWS credentials and a CLOUDFRONT_DISTRIBUTION_ID environment variable to invalidate cachenpm run start:dev
: Runwebpack-dev-server
atlocalhost:9000
. Includes live reloading on any Javascript/SCSS/HTML changes.npm run start
: Builds files and runs a local production server onlocalhost:8080
withhttp-server
.npm run run lint:js
: Lints JS with ESLint.npm run lint:styles
: Lints SCSS stylesheets with stylelint.npm run lint:html
: Lints HTML for a11y issues using pa11y.