/ES2015SoupToBits

App for the ES2015 Soup to Bits episode

Primary LanguageJavaScript

ES2015 Soup to Bits

App for the ES2015 Soup to Bits Episode

Installing

  1. npm install to resolve dependencies
  2. npm install -g json-server for the API

Running

First, run the API with either

json-server server/db.json

or

json-server server/db.with.xss.json

then open up index.html

Developing

  1. npm install -g gulp
  2. gulp should transpile and trigger the watch