GithubHelp home page GithubHelp logo

zifichai / nanobox-express Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nanobox-quickstarts/nanobox-express

0.0 1.0 0.0 24 KB

Quickstart for Express on Nanobox

Home Page: http://guides.nanobox.io/nodejs/express/

License: Mozilla Public License 2.0

JavaScript 89.88% CSS 2.91% HTML 7.21%

nanobox-express's Introduction

Express from scratch

Express from scratch

Run an Express app locally, install nothing besides nanobox.

Clone the repo

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

# cd into the express app
cd nanobox-express

Run the app

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

# Run express as you would normally, with Nanobox
nanobox run npm start

Check it out

Visit your app at express.dev:3000

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

Clean things up (optional)

If you want to keep this project ignore this. If not, clean things up by removing the DNS entry:

nanobox dns rm local express.dev

Now What?

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

nanobox-express's People

Contributors

sanderson avatar molinto avatar sdomino avatar jimulle avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.