Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naveenkumarpg/gulpuix
gulpuix is node package for the front-end developers to build web pages with ease.
https://github.com/naveenkumarpg/gulpuix
bower css gulp html sass surge
Last synced: about 2 months ago
JSON representation
gulpuix is node package for the front-end developers to build web pages with ease.
- Host: GitHub
- URL: https://github.com/naveenkumarpg/gulpuix
- Owner: naveenkumarpg
- License: mit
- Created: 2017-01-09T03:06:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-11T07:14:44.000Z (about 8 years ago)
- Last Synced: 2024-10-19T11:11:04.274Z (3 months ago)
- Topics: bower, css, gulp, html, sass, surge
- Language: CSS
- Size: 294 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulpuix
gulpuix is scoffolding tool for the front-end developers to build web pages with ease.##Tech task
1. Handlebars
2. SCSS
3. Bower
4. Jquery
5. browser-sync
6. Assemble
7. Surge##How to use this scoffolding tool
####Installing Node
Install node.js from the official sitehttps://nodejs.org/
####Installing scoffolding tool
gulpuix can be installed in following waysnpm install gulpuix
ORgit clone https://github.com/naveenkumarpg/gulpuix.git
you can install gulpuix using either ways
after downloading gulpuix open same folder path in cmd 'npm install' to install dependencies to run gulpuix,
if bower gives a git error if you do direct install so give this command on your terminal
git config --global url."https://".insteadOf git://
####Installing SASS
SASS Installation Now for sass we need to install ruby and its gems Download ruby from official site, While installing add it to the path Then install compass that is required to compile sass by givinggem install compass
####Installing Bower
Bower is a command line utility. Install it with npm.npm install -g bower
bower install####Installing surge
Installing and using surge for deployments, get more info on https://surge.sh/npm install --global surge
after installing surge, in terminal if you wan to deploy complete folder usesurge
if you wan to part of the folder to deploy for our case its build folder.
surge -p build
Now your project folder is ready. You can commit this to your repo for others to use.
Install bower, git & grunt-cli globally before getting project dependencies.