项目作者: tuliocasagrande

项目描述 :
Sample app built using ES2015 features, babel, gulp and json-server
高级语言: JavaScript
项目地址: git://github.com/tuliocasagrande/es2015-demo.git
创建时间: 2017-06-19T18:06:59Z
项目社区:https://github.com/tuliocasagrande/es2015-demo

开源协议:

下载


ES2015 Demo

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

Installing

  1. Clone the repo
  2. npm install -g json-server for the API.
  3. npm install to resolve project dependencies.

Running

First, run the API with json-server server/db.json

Then open up index.html

Developing

Install gulp globally for transpiling ES2015: npm install -g gulp

Run gulp watch from the command line and you are good to go!

Screenshot

Screenshot