Yakima-Teng / djax

🐕Powerful Multiple-Page Application template, gulp + es6 + pug + sass + auto-refresh + http proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

djax

Just a (gulp + es6 + pug + sass + auto-refresh + http proxy) template. Issues are welcome!

A full-featured gulp setup with refresh-on-change, lint-on-save, http proxy, and etc.

This template is used by djax-cli: djax init default my-project

Documentation

  • For this template: common questions specific to this template are answered and each part is described in greater detail
  • For djax-cli: general information about how to work with djax-cli, not specific to this template

Usage

This is a project template for djax-cli. It is recommended to use npm 3+ for a more efficient dependency tree.

$ npm install -g djax-cli
$ djax init default my-project
$ cd my-project
$ npm install
$ npm run dev

This will scaffold the project using the template files in master branch.

The development server will run on port 8080 by default. If that port is already in use on your machine, the next free port will be used.

Fork It And Make Your Own

This project can not satisfy anyone. You can fork this repo to create your own boilerplate, and use it with djax-cli:

djax init username/repo my-project

Issues/Suggestions

Issues/suggestions are welcome. You can click here to submit issues.

About

🐕Powerful Multiple-Page Application template, gulp + es6 + pug + sass + auto-refresh + http proxy

License:MIT License


Languages

Language:JavaScript 97.1%Language:HTML 1.9%Language:CSS 1.0%Language:Shell 0.0%