ReactJS-Example icon indicating copy to clipboard operation
ReactJS-Example copied to clipboard

Example ReactJS, Webpack, Jest, AWS S3 Application

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)