Skip to content

feihong/javascript-examples

Repository files navigation

Feihong's JavaScript Examples

This is a collection of JavaScript examples, which are published to http://feihong.github.io/javascript-examples/.

Installation

Make sure you have node tools installed:

npm install -g webpack
npm install

Install dependencies in virtualenv:

mkvirtualenv static-site
pip install -r requirements.txt

Configuration for the site can be found in tasks.py.

Commands

To run the server:

invoke serve

To build the site:

invoke build

Deploy to GitHub Pages:

invoke publish

About

JavaScript code examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published