Webpack, Jekyll, Browser Sync Boiler
In order to work with this setup, you will need to following tools:
-
With this done, you have to install the following Gem:
$ gem install bundler $ cd jekyll && bundler install
-
Then install node dependencies
$ npm install
...that's all folks.
To see your project running please run:
$ npm run jekyll
and in another terminal
$ npm start
$ npm run prod