Skip to content

Riemelt/OutlayRows

Repository files navigation

OutlayRows

To make demo work, please go to the site settings and allow insecure content, otherwise outlay rows API will be unavailable

Firefox:

image

Chrome:

image

Compatible with

  • node v18.17.1
  • npm 9.8.1

Stack

  • typescript
  • react
  • react-redux
  • scss
  • css modules
  • material ui
  • webpack

Install

git clone https://github.com/Riemelt/OutlayRows.git
cd OutlayRows
npm i

Environment

You 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/v1

Commands

Run on dev-server

npm run start

Build in development mode

npm run dev

Build in production mode. Bundle will be placed in dist folder

npm run build

Run eslint

npm run lint

Run stylelint

npm run stylelint

About

SevenWinds frontend challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published