Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 958 Bytes

README.md

File metadata and controls

58 lines (35 loc) · 958 Bytes

A comprehensive showcase for the Mantri Dependency System.

Get Started

git clone [email protected]: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