Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 612 Bytes

DEVELOPMENT.md

File metadata and controls

17 lines (13 loc) · 612 Bytes

Development

Setup

Clone this repository, and run npm install.

Commands

Command Description Extra options
npm start compiles into dist in watch mode
npm run build compiles into dist
npm run format checks for formatting issues add -- --write to fix formatting automatically
npm run lint checks for code issues add -- --fix to fix issues automatically
npm run test runs unit tests add -- --watch to run in watch mode
npm run todo list all TODO's and FIXME's
npm run clean clean temporary and dependency folders