tsf-playground

Setup Steps

  • Install node: brew install node
  • Checkout the code: git clone git@github.com:thestorefront/tsf-playground.git
  • CD into project dir
    • Install grunt CLI globally: npm install -g grunt-cli
    • Install project dependencies: npm install

Run

  • npm start