This is my personal front-end starter pack for development.
- NodeJS
- Bower
- Gulp, v.4.*
- SCSS preproccessor
There are few steps to start using this pack.
-
Clone this starter pack.
git clone https://github.com/vanyaraspopov/front-end-starter-pack.git
-
Install node modules and bower components by running commands
npm install
bower install
-
Run init Gulp task.
gulp init
Start coding!
This pack contains next stack of libraries and techniques
- SMACSS-like structure of stylesheets.
- Bootstrap
- jQuery
- Font Awesome
- Gulp tasks watching your files (
gulp watch
), webserver (gulp webserver
) with browser synchronization (for all of that rungulp
).