Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 260 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 260 Bytes

Initial Setup

npm i

Local Build, Lint and Test

npm run start # Runs in dev mode with live reload enabled.
npm run build
npm run check # Runs full TypeScript type checking.
npm run serve # For testing out the build step.
npm run eslint