Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 533 Bytes

README.md

File metadata and controls

42 lines (21 loc) · 533 Bytes

PS Hiring Assignment

Scripts

  • Run app in dev mode with CSR

    yarn start

  • Run Tests

    yarn test

  • Build App

    yarn build

  • Start app with SSR

    yarn server

  • Deploy Changes

    git push origin master

Tech Stack

  • React 16
  • Redux
  • Express
  • Bootstrap 4

Deployment

This application has CI pipeline setup through Travis.

It is automatically deployed on heroku when changes are pushed to master.

url: https://ps-hiring-assignment.herokuapp.com/