nanobox-quickstarts / nanobox-angular

Quickstart for Angular with Nanobox

Home Page:http://guides.nanobox.io/javascript/angular/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular from scratch

Angular from scratch

Run a Angular app locally, install nothing besides nanobox.

Clone the repo

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

# cd into the angular app
cd nanobox-angular

Run the app

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

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

Check it out

Visit your app at angular.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

Now What?

For more details about running angular apps with nanobox visit guides.nanobox.io/javascript/angular/

About

Quickstart for Angular with Nanobox

http://guides.nanobox.io/javascript/angular/

License:Mozilla Public License 2.0


Languages

Language:JavaScript 47.3%Language:HTML 25.7%Language:TypeScript 20.1%Language:CSS 7.0%