Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 598 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 598 Bytes

stakater-nordmart-review-ui

Management interface for reviews

Build tools

  • Node
  • Webpack

Tech stack

  • Typescript
  • React
  • Rxjs
  • React router
  • Material UI

Supported features

  • View existing reviews
  • Add new review

Local development

  1. npm install
  2. npm start to start dev server running the app in development mode
  3. After successful run, server is running at http://localhost:4200

Docker

  1. docker-compose up
  2. npm start to start dev server running the app in development mode
  3. After successful run, server is running at http://localhost:8080