项目作者: nanobox-quickstarts

项目描述 :
Quickstart for Feathers with Nanobox
高级语言: HTML
项目地址: git://github.com/nanobox-quickstarts/nanobox-feathers.git
创建时间: 2017-01-27T18:25:40Z
项目社区:https://github.com/nanobox-quickstarts/nanobox-feathers

开源协议:Mozilla Public License 2.0

下载


Feathers from Scratch with Nanobox

Feathers from Scratch with Nanobox

Run a Feathers app locally. Install nothing besides Nanobox.

Clone the Repo

  1. # clone the code
  2. git clone https://github.com/nanobox-quickstarts/nanobox-feathers.git
  3. # cd into the feathers app
  4. cd nanobox-feathers

Run the App

  1. # Add a convenient way to access your app from the browser
  2. nanobox dns add local feathers.dev
  3. # Run Feathers with Nanobox
  4. nanobox run yarn start

Check it Out

Visit your app at feathers.dev:3030

Explore

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

  1. # drop into a Nanobox console
  2. nanobox run
  3. # where node is installed,
  4. node -v
  5. # your packages are available,
  6. yarn ls
  7. # and your code is mounted
  8. ls