Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 978 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 978 Bytes

Hacker News Search

Setup

This project was bootstrapped with Create React App and yarn (setup here).

Installing Dependencies

yarn

  • Run 'yarn' to install js dependencies

npm

  • Run 'npm i' to install js dependencies

Running the App

yarn

  1. yarn build
  2. yarn global add serve (if needed)
    • NOTE: if serve is not recognized after this install, you may have an issue with yarn global config. Alternatively, you can install this package with npm -g install serve
  3. serve -s build

npm

  1. npm run-script build
  2. npm -g install serve (if needed)
  3. serve -s build

A url will be provided with the location of the app running

Technologies

The app was built with several third party modules. These include:

  1. Material UI
  2. Redux
  3. Reselect
  4. Webpack / Babel
  5. Axios