项目作者: moxdev

项目描述 :
Practice building a basic forum using ES 2015 - Codeschool Tuts
高级语言: CSS
项目地址: git://github.com/moxdev/forum-web-app.git
创建时间: 2017-02-09T16:57:33Z
项目社区:https://github.com/moxdev/forum-web-app

开源协议:

下载


Babel with Gulp

Starter code for transpiling ES2015 (including modules) with Babel, Gulp and Browserify.

Installing

  1. Clone the repo
  2. npm install -g gulp to install Gulp globally.
  3. npm install to resolve project dependencies.

Using

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

The project is currently setup to transpile code under the /src folder using the
/src/app.js file as an entry point.