Skip to content

A simple ready to use bootstrap project directory with gulp plugins.

Notifications You must be signed in to change notification settings

gulshankumardev/bootstrap-seed-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

bootstrap-seed-project.

Environment setup

  1. Install Node.js https://nodejs.org/en/
  2. Install GitHub https://github.com/
  3. Install Bower http://bower.io/
  4. Install Gulp http://gulpjs.com/

Usage guide

All commands from root directory

  1. Clone git repository via git clone https://github.com/designergulshan/bootstrap-seed-project
  2. Run npm install for install all dependencies are listed in package.json
  3. Run gulp for start project and gulp clean for clean destination directory

File Structure

.
|-- bower.json
|-- dist
|   |-- css
|   |   |-- main.css
|   |   `-- main.min.css
|   |-- fonts
|   |   |-- glyphicons-halflings-regular.eot
|   |   |-- glyphicons-halflings-regular.svg
|   |   |-- glyphicons-halflings-regular.ttf
|   |   |-- glyphicons-halflings-regular.woff
|   |   `-- glyphicons-halflings-regular.woff2
|   |-- images
|   |   `-- bootstrap-seed-project.png
|   `-- js
|       |-- main.js
|       `-- main.min.js
|-- gulpfile.js
|-- index.html
|-- package.json
|-- README.md
`-- src
    |-- images
    |   `-- bootstrap-seed-project.png
    |-- js
    |   `-- custom.js
    `-- less
        |-- main.less
        `-- variables.less

About

A simple ready to use bootstrap project directory with gulp plugins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published