Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 842 Bytes

File metadata and controls

44 lines (29 loc) · 842 Bytes

warsawjs-workshop-24-shopping-cart

App created for training purposes on the WarsawJS Workshop #24 - integration testing

Prerequisites

  • Code editor (Webstorm is a good choice)
  • Web browser (Chrome)
  • Node.js min. version 8.11.3 and NPM min. version 5.6.0
  • Git (commandline or Github Desktop)

Getting Started

  1. Fork the project on Github
  2. Clone the repository using Github Desktop or from commandline
git clone git@github.com:YOUR_GITHUB_USERNAME/warsawjs-workshop-24-shopping-cart.git
  1. Enter the project directory
cd warsawjs-workshop-24-shopping-cart/
  1. Install required dependencies

using Yarn

yarn

or NPM

npm i

Docs