Skip to content

AgaPer100/warsawjs-workshop-24-shopping-cart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • HTML 3.9%