DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

MEAN Devlopment on Linux


ArchLinux

sudo pacman -S nodejs mongodb
sudo systemctl enable mongodb.service
sudo systemctl start mongodb.service
// verify with command "mongo"
sudo npm install -g meanio
sudo npm install -g bower
sudo npm install -g grunt-cli
mean init myApp
cd myApp && npm install
grunt

Now browse http://localhost:3000.



Published

Oct 20, 2014

Last Updated

Oct 20, 2014

Category

Tech

Tags

  • angularjs 1
  • express 1
  • linux 158
  • mean 1
  • mongodb 24
  • nodejs 5

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor