React Open Bank Test
Install dependencies
npm install
Start in development mode
npm run start
Build project
npm run build
Launch test (There are not tests setted)
npm run test
Eject project
npm run eject
Imports inside files are separated in this way. (Separated by double line break)
- First: Library and third-party components
- Secondary: Own components and internal data
- Put all Redux files in a Redux folder.
- Function components
- Standardize paddings / margins in variables
- Testing
- Typescript
- Apply design patterns (Observer, Abstraction, DIP..)