Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/localjo/exercise-starter
A starter template for TDD JavaScript exercises, code katas, and interviews
https://github.com/localjo/exercise-starter
Last synced: about 2 months ago
JSON representation
A starter template for TDD JavaScript exercises, code katas, and interviews
- Host: GitHub
- URL: https://github.com/localjo/exercise-starter
- Owner: localjo
- Created: 2018-04-24T19:15:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:59:26.000Z (about 2 years ago)
- Last Synced: 2024-04-15T01:42:49.752Z (9 months ago)
- Language: JavaScript
- Size: 909 KB
- Stars: 28
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exercise Starter
> A starter template for TDD JavaScript exercises, code katas, and interviews
If you've ever been in a situation where you need to quickly set up a JavaScript project with testing for an interview, exercise or code kata, this template can help you get started in seconds without having to manually initialize and configure a new project.
## Install
```
git clone [email protected]:localjo/exercise-starter.git
cd exercise-starter
npm install
```## Usage
Run the test watcher with:
```
npm test
```Then write your code in index.js and your tests in index.test.js and check the test output in your terminal.
## Contribute
PRs accepted.
## License
MIT © Josiah Sprague