-
Notifications
You must be signed in to change notification settings - Fork 7
Getting Started
Daniel Ciao edited this page Aug 13, 2017
·
2 revisions
- Install git:
sudo apt-get update sudo apt-get install git
-
Install NPM:
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo apt-get install -y nodejs sudo apt-get install -y build-essential
- Install Node.js:
sudo npm install --global n sudo n latest
-
Install Brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install git
brew install git
- Install NPM and Node.js
brew install node
- Install dependencies
npm install
- Start the server
npm run start:web
- Enyoy