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.
- Node Version > 6
- NPM
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