Skip to content

apreg/student_db

Repository files navigation

student_db

To start use these commands

$ bower install
$ npm install
$ grunt serve

Note that it tries to open the app in Chrome

Gruntfile.js
open: {
            server: {
                path: 'http://localhost:<%= connect.options.port %>',
				app: 'Chrome'
            }
			
        },
To make the Save button work correctly you need to change the ember-data.js found in app/bower_components/ember-data to the one can be found in the root folder of the application.My patch is not done yet.

About

Little tryout with ember.js and statecharts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published