UMovie autumn 2015
-
Install node by executing the specific installation corresponding to your OS
- On Windows : http://nodejs.org/download/
- On Mac : http://nodejs.org/download/
- On Ubuntu 14.04 (See node Linux for other distributions)
sudo apt-get updatesudo apt-get install nodejssudo apt-get install npm
-
Verify that Node is correctly installed by executing this command:
node -v- If you get v0.10.x, then Node is installed. If you get an error message, your Node install did not install correctly.
-
Verify that Node package manager (npm) was install during the Node install by executing this command:
npm -v- If you get v1.3.x, then npm is installed. If you get an error message, your npm install did not install correctly.
Start installation process with this following command in the project directory: npm install
-
Open a terminal in the root folder of this project
-
Type
npm start" -
Be amazed :P