- Install Node.js https://nodejs.org/en/
- Install GitHub https://github.com/
- Install Bower http://bower.io/
- Install Gulp http://gulpjs.com/
All commands from root directory
- Clone git repository via
git clone https://github.com/designergulshan/bootstrap-seed-project
- Run
npm install
for install all dependencies are listed in package.json - Run
gulp
for start project andgulp clean
for clean destination directory
.
|-- 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