Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luontola/tdd-mooc-new-js-project

An empty project with JavaScript testing tools preconfigured.
https://github.com/luontola/tdd-mooc-new-js-project

javascript template-project

Last synced: 4 days ago
JSON representation

An empty project with JavaScript testing tools preconfigured.

Awesome Lists containing this project

README

        

# New JavaScript Project

An empty project with JavaScript testing tools preconfigured. Do whatever you like with it.

## Prerequisites

You'll need a recent [Node.js](https://nodejs.org/) version. Then download this project's dependencies with:

npm install

## Developing

Run tests once

npm run test

Run tests continuously

npm run autotest

Code reformat

npm run format