Skip to content

kipruss/lar4ik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published