Skip to content

DerrickJames/wall-of-fame-react

Repository files navigation

Wall Of Fame - React Client

Build Status

This is the client-side implementation of the Wall Of Fame project using React. It is meant to be a playground to test out different ideas and approaches gathered over time as a software developer from various books, articles, tutorials and experiences on large scale system architectures, design patterns, best practices and generally the way I think about elegant code.

Requirements

  • Node Version > 6
  • NPM

Installation

This client-side app uses a separate back-end api. Install the Laravel back-end api found at, https://github.com/DerrickJames/wall-of-fame-api

$ git clone https://github.com/DerrickJames/wall-of-fame-react.git
$ cd wall-of-fame-react && npm i

To run the development app version

$ npm start

To create a distribution build

$ npm build

About

Wall Of Fame client side implementation using React and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published