Sample app built using ES2015 features, babel, gulp and json-server
Sample app built using ES2015 features, gulp and json-server.
Made by following the excellent screencast: https://www.codeschool.com/screencasts/build-a-forum-web-app-with-es2015
npm install -g json-server
for the API.npm install
to resolve project dependencies.First, run the API with json-server server/db.json
Then open up index.html
Install gulp
globally for transpiling ES2015: npm install -g gulp
Run gulp watch
from the command line and you are good to go!