To make demo work, please go to the site settings and allow insecure content, otherwise outlay rows API will be unavailable
Firefox:
Chrome:
- node v18.17.1
- npm 9.8.1
- typescript
- react
- react-redux
- scss
- css modules
- material ui
- webpack
git clone https://github.com/Riemelt/OutlayRows.git
cd OutlayRows
npm iYou should create an entity in order to setup environment variables (API)
After that, create .env.local file in the root of the project and setup the following variables there
API_ENTITY_ID=424242
API_URL=http://185.244.172.108:8081/v1Run on dev-server
npm run startBuild in development mode
npm run devBuild in production mode. Bundle will be placed in dist folder
npm run buildRun eslint
npm run lintRun stylelint
npm run stylelint
