This project was made using the follow technologies:
# Clone Repository
$ git clone [email protected]:niltonxp2/simple-checkout.git && cd test-front
# Install Dependencies
$ yarn or npm i
# Run Aplication
$ yarn start or npm start
Go to http://localhost:3000/ to see the application running.
$ yarn test
# Run with --coverage to generate a new coverage report
$ yarn coverage
- Fork this repository;
- Create a new branch to develop your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: my new feature'
; - Push to your branch:
git push origin my-feature
.
Made with 💖 by Ivanilton Bezerra.