Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 607 Bytes

File metadata and controls

44 lines (27 loc) · 607 Bytes

Getting Started

Environment

Node

Install NVM:

run

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash

or

wget -qO- https://raw.github.com/creationix/nvm/master/install.sh | sh

Install Node.js

nvm install 4.2.2

Optional: Make 4.2.2 as the default Node.js version: nvm alias default 4.2.2

Dependencies

Node Package dependencies

Run

npm install

Enjoy!

Run npm start to start dev environment.

Deployment

Run npm run build.