npm install
: installs any Node dependenciesnpm run compile
: compiles the TypeScript program into a JavaScript programnpm run start
ornpm run start -- <arguments>
: runs the JavaScript program. NOTE: you will need to re-runnpm run compile
after you make changes to the programnpm run lint
ornpx ts-standard
: runs thets-standard
linter. If the linter finds errors, it can often automatically fix them using thenpx ts-standard --fix
commandnpm run test
: runs thejest
test framework. When your implementation is complete, all of the tests should pass
-
Notifications
You must be signed in to change notification settings - Fork 35
CMU-17-214/template-s24-lab07
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published