R
R
Rostislav2017-09-25 23:48:33
phpstorm
Rostislav, 2017-09-25 23:48:33

Is there any out of the box solution for foundation+bem+phpstorm+gulp?

I would like to set up a magic build and a quick start for new sites. Please suggest some solutions. To enter a couple of commands directly into PhpStorm and:

  • Created a new project with structure under bem
  • downloaded foundation
  • Downloaded gulpfile configured for this project
  • So that you can load (from somewhere) the basic (your) html markup in a couple of clicks

I've already tried to come up with algorithms for creating a new project. Each time I start by assembling the project collector, searching for developments on past sites and copying them to a new one.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
i, 2017-09-26
@ilyarsoftware

Starter project https://github.com/CultOfOpenSource/bem-zurb-foundation
Phpstorm Cloning a Repository from GitHub instruction or simply:

git clone git://github.com/CultOfOpenSource/bem-zurb-foundation.git --depth 1 bem-zf-project
cd bem-zf-project
npm install
gulp build
phpstorm .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question