Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 544 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 544 Bytes

Front: React-Redux

Port 5193 for the development backend is hardcoded in:
src/utils/httpClient.js

Deploy gh-pages

npm run deploy

Bootstrap Breakpoints

Available breakpoints

screen-xs-min: 576px; /* Extra small screen / phone */
screen-sm-min: 768px; /* Small screen / tablet */
screen-md-min: 992px; /* Medium screen / desktop */
screen-lg-min: 1200px;/* Large screen / wide desktop */
screen-xl-min: 1400px;