curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs
git clone git@github.com:Skylsmoi/webstorm.git && cd webstorm
npm install
npm run servdev
then open http://localhost:8083/
npm run build
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs
git clone git@github.com:Skylsmoi/webstorm.git && cd webstorm
npm install
npm run servdev
then open http://localhost:8083/
npm run build