Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 508 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 508 Bytes

Front-end challenge

Installation

Install dependencies, NPM must be installed on your system.

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Compiled production build will then be available in dist.

Available commands

// run automated tests
npm run test

// get coverage report
npm run test:coverage

// update test snapshots
npm run test -- -u