azizulDev / Front-End-Workflow-Bootstrap

Repository from Github https://github.comazizulDev/Front-End-Workflow-BootstrapRepository from Github https://github.comazizulDev/Front-End-Workflow-Bootstrap

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.

About

License:MIT License


Languages

Language:JavaScript 82.8%Language:HTML 13.8%Language:CSS 3.4%