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.
- Host: GitHub
- URL: https://github.com/stormpath/stormpath-angular2-express-example
- Owner: stormpath
- License: apache-2.0
- Created: 2016-11-10T17:22:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T03:58:50.000Z (about 9 years ago)
- Last Synced: 2025-04-30T05:04:34.209Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://stormpath.com/blog/angular-2-user-authentication
- Size: 60.5 KB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).