Skip to content

Pair Programming Sample Started for Javascript/Typescript

Notifications You must be signed in to change notification settings

njmoorewitchcat/pair-prog-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript/Typescript starter

Installation

Clone the repository and run:

$ npm install

or

$ yarn

JavaScript or TypeScript?

This project supports both languages. Rename a file's extension to .js or .ts depending on what you want.

Running tests

To run tests once, execute:

$ npm test

or

$ yarn test

To run tests in watch mode, execute:

$ npm test -- --watch

or

$ yarn test --watch

About

Pair Programming Sample Started for Javascript/Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published