An open API service indexing awesome lists of open source software.

https://github.com/stormpath/stormpath-angular2-express-example

Angular 2 UI with TypeScript and Angular CLI. Backend is Express.
https://github.com/stormpath/stormpath-angular2-express-example

Last synced: 11 months ago
JSON representation

Angular 2 UI with TypeScript and Angular CLI. Backend is Express.

Awesome Lists containing this project

README

          

#Stormpath is Joining Okta
We are incredibly excited to announce that [Stormpath is joining forces with Okta](https://stormpath.com/blog/stormpaths-new-path?utm_source=github&utm_medium=readme&utm-campaign=okta-announcement). Please visit [the Migration FAQs](https://stormpath.com/oktaplusstormpath?utm_source=github&utm_medium=readme&utm-campaign=okta-announcement) for a detailed look at what this means for Stormpath users.

We're available to answer all questions at [support@stormpath.com](mailto:support@stormpath.com).

# Angular 2 + Express + Stormpath Example











This project was generated with [angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.19-3. It's an example application that shows
a typical [Angular 2](http://angular.io/) webapp that authenticates with [Stormpath](https://stormpath.com) using an [Express](http://expressjs.com/) backend.

You can read about how this application was created on [the Stormpath blog](https://stormpath.com/blog/angular-2-user-authentication). Feel free to copy any code
in this project for your own use in accordance with the [Apache 2.0 license](LICENSE).

**Prerequisites**: Node.js, a [Stormpath Account](https://api.stormpath.com/register), and an `apiKey.properties` file in `~/stormpath/`.

To run the app, execute `npm install && npm start`. Then load the application your browser at http://localhost:4200/

To learn more, see Stormpath's [Angular 2 SDK](https://github.com/stormpath/stormpath-sdk-angular) and [Express Stormpath](https://github.com/stormpath/express-stormpath).