This application is a small application of a credit card form with live data update.
visualization of the project working
You need a working environment with:
- Git - You can install it from https://git-scm.com/downloads.
The best option to start with this project is cloning it in your PC:
git clone https://github.com/monicatvera/preview-credit-card.git
Once you have cloned the project install all dependencies.
npm install
To start the project we must do the following:
npm start
We would already have the fully functional application.