Skip to content

Carop13/Talos-Practice-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#PROJECT SETUP

The following are the requirements to run the project:

  • Node version 4.4.1
  • npm version 2.14.20

###Node configuration using nvm

 - brew update
 - brew install nvm
 - source $(brew --prefix nvm)/nvm.sh
 - nvm install 4.4.1
 - nvm use 4.4.1
 - nvm alias default 4.4.1

NOTE: The last step is optional but highly recommended to avoid resetting the node version whenever you open a new console.

Let´s configure the npm version:

npm install npm@2.14.20 -g

Let's install the node modules and the bower dependencies:

npm i
bower install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors