/test-checkout

Primary LanguageJavaScriptMIT LicenseMIT

##Boilterplate

Requirements

  • node ^5.0.0
  • yarn ^0.23.0 or npm ^3.0.0

Running the Project

  1. Install dependencies: yarn
  2. Run a yarn script from the table below:
yarn <script> Description
start Serves your app at localhost:3000
build Builds the application to ./dist
test Runs unit tests with Karma. See testing
test:watch Runs test in watch mode to re-run tests when changed
lint Lints the project for potential errors
lint:fix Lints the project and fixes all correctable errors