/jstips-site

Static site of jstips

Primary LanguageCSS

Static site of jstips

Get started

Install dependencies npm

$ npm install

Run

$ gulp && gulp md5

Commit files

$ gulp deploy

Local preview (recommends using anywhere)

$ npm install -g anywhere
$ anywhere -p 8888

Note You need append a .html postfix to your browser location while previewing, otherwise you will get a 404 error.That would not happen after the static files deployed to the github pages.

License

Copyright © 2016 hingsir Released under the MIT license.