irvinlee / test-checkout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##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

About

License:MIT License


Languages

Language:JavaScript 90.4%Language:CSS 9.1%Language:HTML 0.5%