Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 411 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 411 Bytes

Pairs Game

Installation

npm install

Usage

npm run start

Development

Watch to build

Watches Javascript code to transpile with Babel and SASS to generate CSS.

npm run watch

Build once

Transpiles JS and generates SASS from CSS once.

npm run build

Lint code

npm run lint

Run HTTP server

npm run serve