Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 576 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 576 Bytes

ReactJS Example

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • bin/setup

Running / Development

Running Tests

  • npm test

Building

  • npm run build:development (development)
  • npm run build:production (production)