/f6

ES6 Front-End Framework

Primary LanguageJavaScriptMIT LicenseMIT

f6 -- ES6 Front-End Framework

Install

For node.js

$ npm install f6

For browser, download the f6.js file and link into your html.

Demo

$ git clone https://github.com/ccckmit/f6.git
$ cd f6
$ npm install --dev
$ npm start

The server started at http://localhost:3000/ , visiting the following page for demo program.

For the other demo, you should start the server inside the subfolder

$ cd web/ex4-blog2
$ node server
$ cd web/ex5-blog3
$ node server