Skip to content

Commit

Permalink
docs(readme): Replace Nitrous and add Netlify (PatrickJS#1266)
Browse files Browse the repository at this point in the history
* Removes Nitrous and adds Netlify

Nitrous is no longer available as of 11/14/2016 https://www.nitrous.io/

* Create config.toml

* Update README.md

* Rename config.toml to netlify.toml
  • Loading branch information
bdougie authored and PatrickJS committed Dec 29, 2016
1 parent 25782dd commit 4855f68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,20 +366,14 @@ import * as _ from 'lodash';
* [Twitter: @AngularClass](https://twitter.com/AngularClass)
* [Gitter: AngularClass/angular2-webpack-starter](https://gitter.im/angularclass/angular2-webpack-starter)

# Quick Start Guides
# Deployment

## Nitrous
## Netlify

You can quickly create a free development environment to get started using this
starter kit in the cloud on [Nitrous](https://www.nitrous.io/):
You can quickly create a free site to get started using this
starter kit in production on [Netlify](https://www.netlify.com/):

<a href="https://www.nitrous.io/quickstart?repo=https://github.com/nitrous-io/angular2-webpack-starter">
<img src="https://nitrous-image-icons.s3.amazonaws.com/quickstart.png" alt="Nitrous Quickstart" width=142 height=34>
</a>

Simply run `HOST=0.0.0.0 npm start` from the terminal inside of
`~/code/angular2-webpack-starter` and access your site via the "Preview > 3000"
link in the IDE.
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/AngularClass/angular2-webpack-starter)

<p align="center">
<a href="http://courses.angularclass.com/courses/angular-2-fundamentals" target="_blank">
Expand Down
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build]
command = "npm run build:prod"
publish = "dist"

0 comments on commit 4855f68

Please sign in to comment.