Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 764 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 764 Bytes

App properties

list properties of 2 portals.

Start local

with Docker

  • docker-compose up (http://localhost:3000 to view it in the browser)

Or

  • npm install (Install dependences)
  • npm start (http://localhost:3000 to view it in the browser)

Unit Tests

  • npm test

Deploy on Heroku

when merge into master will be done automatically deploy

More information

  • Javascript language and main dependences: Es6, React, Mobx, Styled-Components and Rebass
  • Node version: 10.15.0
  • Eslint: airbnb config
  • Bootstrap to fast start: Create React App.