Skip to content

firebellys/ReactCodeExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample project using React, Redux and other related tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •