An application to manage a list of customers with financial data written in React using TypeScript.
- Install Node
- Install git
- Open a terminal and run:
$ git clone https://github.com/danielgarcia/Internal-Customer-Records-Portal
$ cd Internal-Customer-Records-Portal
$ npm install
$ npm start
$ npm run build