Node "V7.10.1"
(use nvm here
coderockr
├── README.md
├── CNAME
├── crossdomain.xml
├── humans.txt
├── Makefile
├── robots.txt
├── .gitignore
├── dist
│ └── index.html
│ └── about.html
│ └── contact.html
│ └── bundle.min.js
│ └── fonts
│ └── images
│ └── lib
│ └── styles
└── src
└── .babelrc
└── .editorconfig
└── .eslintrc
└── config.js
└── gulpfile.babel.js
└── node_modules
└── package-lock.json
└── package.json
└── site
└── tasks
└── yarn.lock
cd src
yarn install
gulp
- Gulp.js – Automate and enhance your workflow.
- BrowserSync – Time-saving synchronised browser testing.
- Rsync – Deployment made easy.
- Autoprefixer – Parse CSS and add vendor prefixes to rules by Can I Use.
- Sass – Sass makes CSS fun again.
- CSSO - CSS Optimization.
- PostCSS – A tool for transforming styles with JS plugins.
- Browserify – Bundling up all of your dependencies.
- Babel – A compiler for writing next generation JavaScript.
- ESLint – The pluggable linting utility for JavaScript and JSX.
- UglifyJS – A JavaScript parser, minifier, compressor or beautifier toolkit.
- SVGStore – Combine svg files into one with elements.