- React.js
- Semantic UI React - A UI component framework for theming
- Prop-types - typechecking on the props for a component to catch propstype issues
- Clone the repo and
cdinto it - Run
npm installto install all dependencies - Run
npm startto run the server - Ensure it is running locally on
http://localhost:3000to view it in the browser