Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

azizulDev/Front-End-Workflow-Bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front End Workflow (Bootstrap)

An organized and automated workflow to create Front End with the help of Bootstrap. sass, es6 environment, live local server with auto-refresh, complete build task for production and lot more..

Google logo Google logo



Getting Started

  1. Download and install Node.js
  2. Install Gulp globally
npm install gulp -g
  1. In terminal/command line, cd into your project directory
  2. Clone this workflow
git clone https://github.com/azizulDev/Front-End-Workflow-Bootstrap.git
  1. cd into the downloaded repository
cd Front-End-Workflow-Bootstrap
  1. Install all dependencies
npm install
  1. After all dependencies installed. you can run tasks
  • gulp watch to run development task
  • gulp build to build your project for production
  • gulp previewDist preview your production copy


Available Tasks Details

Task Name Description
gulp watch spin up a local web server and watching for save changes in the working directory.
gulp build it takes all of your source code to optimize and minify them
then create a new folder called dist in the root of the directory.
gulp previewDist preview your production copy on a live server.