Looking for the Samples of The-M-Project 1.x?
- Navigate to a sample app
cd kitchensink/
- Install dependencies:
npm install
bower install
- Start the server:
grunt server
If you are looking for an easy setup process for all sample applications run:
sh setup-all.sh
The script runs the following commands:
npm install
bower install