The-M-Project - Absinthe Sample Apps
November 28, 2013 ยท View on GitHub
Looking for the Samples of The-M-Project 1.x?
Setup
- Navigate to a sample app
cd kitchensink/ - Install dependencies:
npm installbower install
- Start the server:
grunt server
Setup all
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 installbower install