https://github.com/yakima-teng/djax
🐕Powerful Multiple-Page Application template, gulp + es6 + pug + sass + auto-refresh + http proxy
https://github.com/yakima-teng/djax
bootstrap es6 gulp jquery multi-page-application pug sass
Last synced: 2 months ago
JSON representation
🐕Powerful Multiple-Page Application template, gulp + es6 + pug + sass + auto-refresh + http proxy
- Host: GitHub
- URL: https://github.com/yakima-teng/djax
- Owner: Yakima-Teng
- License: mit
- Created: 2017-12-04T14:31:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T05:58:21.000Z (over 6 years ago)
- Last Synced: 2025-01-22T07:20:03.231Z (4 months ago)
- Topics: bootstrap, es6, gulp, jquery, multi-page-application, pug, sass
- Language: JavaScript
- Homepage:
- Size: 2.28 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://yakima-teng.github.io/djax/): common questions specific to this template are answered and each part is described in greater detail
- [For djax-cli](https://github.com/Yakima-Teng/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](https://github.com/Yakima-Teng/djax-cli). **It is recommended to use npm 3+ for a more efficient dependency tree.**
``` bash
$ 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`:
``` bash
djax init username/repo my-project
```## Issues/Suggestions
Issues/suggestions are welcome. [You can click here to submit issues](https://github.com/Yakima-Teng/djax/issues).