https://github.com/willhackett/challengekit-ts
Base for TypeScript coding challenges
https://github.com/willhackett/challengekit-ts
Last synced: 9 months ago
JSON representation
Base for TypeScript coding challenges
- Host: GitHub
- URL: https://github.com/willhackett/challengekit-ts
- Owner: willhackett
- License: mit
- Created: 2021-07-07T10:29:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:27:56.000Z (over 2 years ago)
- Last Synced: 2023-12-15T06:38:56.932Z (over 2 years ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChallengeKit TS
This is the challenge starter kit for TypeScript with the compiler setup for the Node.js runtime. It provides a recommended `eslint` config — `eslint-config-google` which uses Google's style guide.
This project has been prepared using yarn. It is recommended, but not necessary if you wish to continue using `npm`.
To use yarn, install it with `npm i -g yarn`.
## Scripts
```
$ yarn build — TypeScript Compile to dist folder
$ yarn start — Run compiled code in dist folder
$ yarn test — Run the Jest test suite, defaults to all *.test.ts files
$ yarn watch — Run te Jest test suite in watch mode
```
## VSCode Workspace
1. Format on save is enabled
2. Prettier is set as the default auto-formatter