Skip to content

toranb/ember-typescript-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple ember.js app with typescript and AMD modules


To run the ember.js locally

    npm install
    export PATH="./node_modules/.bin:$PATH"
    grunt server

    visit http://localhost:3000 to see the running app


To run the javascript tests

    npm install
    export PATH="./node_modules/.bin:$PATH"
    grunt test

About

simple ember project with typescript compiled to amd modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published