/ReactJS-Example

Example ReactJS, Webpack, Jest, AWS S3 Application

Primary LanguageJavaScript

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)