Skip to content

yagudaev/full-ember-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Experimental Ember Application with Rails + Ember-CLI

The client and server are two separate application. You will need to run them both in the command line to get started.

Install

Ember

cd ember-client
bower install
npm install

Rails

cd ember-server
bundle install

Run

Ember

ember serve

Starts a front-end server on port 4200 with auto reload.

Rails

rails s

Starts a back-end server (for the API) on port 3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published