Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 244 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 244 Bytes

MapD Frontend Boilerplate

Get up and running

  • Have Node and NPM installed
  • Clone repo

npm install npm run start

Quality scripts

ESLint

npm run lint

Typescript

npm run ts

Jest unit tests

npm run test