/nanobox-ember

Quickstart for Ember with Nanobox

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

Ember from scratch

Ember from scratch

Run an Ember app locally, install nothing besides nanobox.

Clone the repo

# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-ember.git

# cd into the ember app
cd nanobox-ember

Run the app

# Add a convenient way to access your app from the browser
nanobox dns add local ember.dev

# Run ember as you would normally, with Nanobox
nanobox run ember server

Check it out

Visit your app at ember.dev:4200

Explore

With Nanobox, you don't have to have anything installed on your machine to run your app:

# drop into a Nanobox console
nanobox run

# where node is installed,
node -v

# your packages are available,
npm list

# and your code is mounted
ls

Now What?

For more details about running ember apps with nanobox visit guides.nanobox.io/nodejs/ember/