Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1 KB

README.md

File metadata and controls

23 lines (14 loc) · 1 KB

###How to start:

  1. Install or update node and npm
- Clear NPM's cache: `sudo npm cache clean -f`
- Install a little helper called 'n': `sudo npm install -g n`
- Install latest stable _NodeJS_ version: `sudo n stable`. Alternatively pick a specific version and install like this: `sudo n 8.9.4`
  1. Install latest gulp version:

You can install it locally: npm install gulp@next and add string in your .bashrc or launch in console: export PATH="./node_modules/.bin:$PATH" or install it globally: npm install -g gulp@next

  1. Install all packages: npm install

  2. Run building system

- in development mode `gulp dev` or just for building: `gulp build`
- in production mode `NODE_ENV=production gulp buildproduction`

Branches: