This is an application that displays a list of debts. It works like National Debt Register.
- HTML5
- LESS/CSS/BEM
- React/Redux
- TypeScript/JavaScript (ES6)
- npm
To run this project, install it locally using npm
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run start
# install dependencies
npm install
# build for production with minification in the "build" directory
npm run build
# remove the "build" directory
npm run clean