https://github.com/davealdon/trust-my-localhost
https://github.com/davealdon/trust-my-localhost
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davealdon/trust-my-localhost
- Owner: DaveAldon
- Created: 2024-04-03T00:04:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T00:04:31.000Z (about 2 years ago)
- Last Synced: 2025-10-07T05:52:11.781Z (8 months ago)
- Language: TypeScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript-Testing-Playground
The purpose of this repository is to provide a quick way to spin up a bare-bones Typescript + Jest environment.
Includes a Prettier configuration as well.
### Getting Started
1. Install dependancies: `npm i`
2. Run tests: `npm test`
3. Compile Typescript: `npm run build`