Skip to content

a13marquez/checkout

Repository files navigation

Checkout Example

Beer store checkout page with some discounts applied. Live version here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To run this project you only need Node and NPM installed on your machine.

Also you need git to clone the project.

Installing

Inside the project folder run:

  npm ci

Once installed to run the project use:

  npm run dev

Running the tests

To run the test use the following command:

  npm run test

If you prefer to keep the tests running and watching the files run:

  npm run test:watch

Deployment

To deploy the project first is needed to build the production files using the following command:

  npm run build

This will create a dist folder that can be deployed in any server. Right now the project is deployed in Netlify.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages