Skip to content

tarasbobak/eXtreme-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start from installation from Node.js website ( if you use Windows or OS X ).

For Linux: $ sudo apt-get update $ sudo apt-get install nodejs

Then install the Node package manager called “npm”: $ sudo apt-get install npm

Create a symbolic link for “node” as many Node.js tools use this name to execute: $ sudo ln -s /usr/bin/nodejs /usr/bin/node

Install Gulp from the terminal: $ npm install --global gulp

Use $ npm install with no args, and this command will install the dependencies from a package.json manifest to the local node_modules folder.

Run gulp commands: $ gulp build - build all files from app to public;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.6%
  • JavaScript 30.6%
  • CSS 24.4%
  • PHP 0.4%