Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.04 KB

example-project-javascript

Example javascript project

Build Status codecov npm

Details

This project uses the TypeScript dialect of JavaScript. It has the following commands:

  • npm install: install dependencies
  • npm run build: compile the typescript into javascript
  • npm run build:release: compile the typescript into javascript (release build)
  • npm run lint: run static analysis with eslint
  • npm run prettier: autoformat the code with prettier
  • npm run test: run the test suite, written using jest
  • npm run start: run the compiled main.js