Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 802 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 802 Bytes

React Krajowy Rejestr Długów (KRD)

Table of contents

General info

This is an application that displays a list of debts. It works like National Debt Register.

Technologies

  • HTML5
  • LESS/CSS/BEM
  • React/Redux
  • TypeScript/JavaScript (ES6)
  • npm

Setup

To run this project, install it locally using npm

Development server (compiles and hot-reloads)

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run start

Production server setup

# install dependencies
npm install

# build for production with minification in the "build" directory
npm run build

Demounting setup

# remove the "build" directory
npm run clean