Awesome
Mantri • ember.js • TodoMVC
A comprehensive showcase for the Mantri Dependency System.
Get Started
git clone git@github.com:thanpolas/todoAppMantri.git
cd todoAppMantri
npm install
Launch Static Server
grunt server
Then point your browser to http://localhost:4242/
Try Mantri's Tasks
Run Dependencies Generation
grunt deps
Build The Application
grunt build
The built file will be in the dist
folder.
The Init Task
grunt mantriInit
The task will create a copy of mantri.web.js
file and fail on mantriConf.json
file as it already exists.
Credit
Initial release by @tomdale.
Refactoring and maintenance by @stas.
Porting to mantri by @thanpolas