Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.27 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.27 KB

Checkout page

Solution for a challenge from Devchallenges.io.

Overview

screenshot

Built With

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/luisangelsalcedo/devc_checkout-page

# Install dependencies
$ npm install

# Run the app
$ npm run dev