A starting point for a sass project with bem and 7-1 folder organization.
- Clone or download zip archive of repository to you local project folder.
- Navigate to the prokect folder, unzip the downloaded file if necessary. Run terminal in the root of the project (it is qhere the package.json and bower.json files are located).
- Run
npm install
in the terminal. Make sure you have node.js and npm installed. This will install gulp.js and its tasks. - Run
bower install
. Make sure you have bower.js installed. This will install frontend dependencies for the project. - Run
gulp
. Make sure you see a browser window opened. - Start working on the project. Change whatever you need in the
src/
folder and see the changes.