Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selfishprimate/gulpazan
Gulpazan is a Gulp starter template to build a fast and easy workflows. It comes with jQuery, Nunjucks, Bootstrap and Sass to make it super easy for you to create a better workflow.
https://github.com/selfishprimate/gulpazan
babel bootstrap framework frontend gulp gulp-babel gulp-sass html-template javascript javascript-template-engine jquery npm nunjucks workflow workflow-engine
Last synced: 25 days ago
JSON representation
Gulpazan is a Gulp starter template to build a fast and easy workflows. It comes with jQuery, Nunjucks, Bootstrap and Sass to make it super easy for you to create a better workflow.
- Host: GitHub
- URL: https://github.com/selfishprimate/gulpazan
- Owner: selfishprimate
- Created: 2018-05-03T14:08:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T16:57:02.000Z (over 1 year ago)
- Last Synced: 2024-10-10T18:08:20.551Z (27 days ago)
- Topics: babel, bootstrap, framework, frontend, gulp, gulp-babel, gulp-sass, html-template, javascript, javascript-template-engine, jquery, npm, nunjucks, workflow, workflow-engine
- Language: CSS
- Homepage:
- Size: 9.15 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gulpazan
Gulpazan is a Gulp starter template to build a fast and easy workflows. It comes with Gulp, Babel, Nunjucks, Bootstrap, jQuery, and Sass to make it super easy for you to create a better workflow.## What's included?
What prominent npm packages Gulpazan comes with when you install it...- **Gulp:** The toolkit for automating painful or time-consuming tasks in your development workflow, so you can stop messing around and build something.
- **Babel:** Babel is a very lovely tool to transpile your ES6 code into ES5. So, Use next generation JavaScript, today!
- **jQuery:** It is a fast, small, and feature-rich JavaScript library.
- **Bootstrap:** The most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.
- **Nunjucks:** One of the most powerful templating languages for JavaScript.
- **Gerillass:** Gerillass is an open-source toolkit that contains a set of Sass mixins to help designers and developers to create better, faster and consistent user interfaces.## How to install Gulpazan?
Cloning the repository:
git clone https://github.com/selfishprimate/gulpazan.gitTarget the folder where Gulpazan is and type `npm install` and hit the enter to install all the dependencies that Gulpazan needs.
After the installation is finished type `gulp start` command and hit the enter to power up the project.
Easy, isn't it?