npm install: installs any Node dependenciesnpm run compile: compiles the TypeScript program into a JavaScript programnpm run startornpm run start -- <arguments>: runs the JavaScript program. NOTE: you will need to re-runnpm run compileafter you make changes to the programnpm run lintornpx ts-standard: runs thets-standardlinter. If the linter finds errors, it can often automatically fix them using thenpx ts-standard --fixcommandnpm run test: runs thejesttest framework. When your implementation is complete, all of the tests should pass
CMU-17-214/template-s24-lab07
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|