Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 460 Bytes

File metadata and controls

19 lines (11 loc) · 460 Bytes

Development

Setup

Follow the Setup Guide to set-up your project.

Development

Code Analysis, Linting & Formatting

Run npm run lint before you commit your code.

Testing & Validation

  • Run npm test to lint & test your code.
  • Run npm run build to build for production and npm run preview for a local server (do not expose this local server)