Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilsson/firekyll-generator-gulp-webapp
Scaffolding for a front-end web application, for firekyll
https://github.com/wilsson/firekyll-generator-gulp-webapp
Last synced: about 1 month ago
JSON representation
Scaffolding for a front-end web application, for firekyll
- Host: GitHub
- URL: https://github.com/wilsson/firekyll-generator-gulp-webapp
- Owner: wilsson
- License: mit
- Created: 2015-10-11T20:17:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-17T23:28:22.000Z (about 9 years ago)
- Last Synced: 2024-04-13T20:02:59.607Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm version](https://badge.fury.io/js/firekyll-generator-gulp-webapp.svg)](https://badge.fury.io/js/firekyll-generator-gulp-webapp)
Scaffolding development assistance front-end of his blog, using [firekyll][1]
#### Install
```bash
sudo npm install firekyll-generator-gulp-webapp -g
``````
|-- frontend
|-- gulpConfig
|-- tasks
|-- browsersync.js
|-- express.js
|-- jekyll.js
|-- sass.js
|-- watch.js
|-- config.local.js
|-- path.js
|-- plugins.js
|-- gulpfile.js
|-- package.json
```## gulpConfig
Will be all the necessary settings for working with gulp
#### path.js
Routes necessary for tasks.
#### config.local.js
configuration file for tasks.
#### plugins.js
All modules necessary for our blog.
## tasks
#### browsersync.js
Task needed to create a proxy server to listen to express.
#### express.js
Where is the server task configured to listen to port **4000**.
To configure the port, edit **config.local.js**.#### jekyll.js
Jekyll task to run gem.
#### sass.js
Task copilar style sheets in sass.
#### watch.js
Task to hear all the changes implemented and refresh the browser.
[1]:https://www.npmjs.com/package/firekyll