Article: Multilingual support for Angularjs
Make sure you have Node.js and bower installed then run the the following commands to install npm and bower dependencies.
npm install
bower install
This will build and run all gulp tasks
gulp build
This will start the development mode and initialize a localhost:3000 server to preview and watch file changes as you code, but make sure you run gulp build
first.
gulp serve