Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 701 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 701 Bytes

Project Name

Project description Service Module where the payload are href links to pictures.

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
yarn install

Testing

yarn test
  //activates test suite
yarn test:update
  //updates the snapshots

Development Server

yarn dev
  //activates web-dev-server to serve the html in the public folder.