Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 2.03 KB

README.md

File metadata and controls

71 lines (47 loc) · 2.03 KB

React Code Example

Edit react-code-example

GitHub Actions Build status Dependabot Status

This project is an example web application that makes use of different React components and related tools.

Getting started

This is a very simple web application so there isn't much you will need to get it running. It is self contained and doesn't require the use of any external APIs or services.

What's included

Here is a short list of key components used in the example. These will serve as stepping stone to a deeper dive in the future.

  • React
  • React Router
  • Redux
  • ES6
  • Tests using Jest

What's not included

Here is a short list of major concepts not included in this example.

  • Middleware
  • Server side validation
  • GraphQL integration

Running the tests

Testing is managed with Jest/Enzyme. To run a test suite, use the following command

yarn run test

Deployment

For DEV Deployment

yarn run start

For PROD Deployment

yarn run build

Built with

Authors

  • Erik Umenhofer
  • Brady Pascoe