springboot-angular2-tutorial / Angular2 App

Licence: mit
This repository is an example application for angular2 tutorial

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Angular2 App

Vuejs2 Authentication Tutorial
Stars: ✭ 144 (-4%)
Mutual labels:  tutorial
Swiftui Tutorials
A code example and translation project of SwiftUI. / 一个 SwiftUI 的示例、翻译的教程项目。
Stars: ✭ 1,992 (+1228%)
Mutual labels:  tutorial
Tys Zh Translation
A Chinese translation of "teach-yourself-scheme-in-fixnum-days"
Stars: ✭ 148 (-1.33%)
Mutual labels:  tutorial
Google2csv
Google2Csv a simple google scraper that saves the results on a csv/xlsx/jsonl file
Stars: ✭ 145 (-3.33%)
Mutual labels:  tutorial
Digital video introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
Stars: ✭ 12,184 (+8022.67%)
Mutual labels:  tutorial
Tensorflow Cheatsheet
My personal reference for Tensorflow
Stars: ✭ 147 (-2%)
Mutual labels:  tutorial
Elmo Tutorial
A short tutorial on Elmo training (Pre trained, Training on new data, Incremental training)
Stars: ✭ 145 (-3.33%)
Mutual labels:  tutorial
Trojan Tutor.github.io
trojan 教程 自建梯子教程 trojan教程 trojan-gfw 科学上网 代理工具 翻墙 Ubuntu Debian 小白教程 https伪装
Stars: ✭ 150 (+0%)
Mutual labels:  tutorial
Ton
Telegram Open Network research group. Telegram: https://t.me/ton_research
Stars: ✭ 146 (-2.67%)
Mutual labels:  tutorial
Tutorial Utilizing Kg
Resources for Tutorial on "Utilizing Knowledge Graphs in Text-centric Information Retrieval"
Stars: ✭ 148 (-1.33%)
Mutual labels:  tutorial
Scipy con 2019
Tutorial Sessions for SciPy Con 2019
Stars: ✭ 142 (-5.33%)
Mutual labels:  tutorial
Kubernetes Django
Scalable and resilient Django with Kubernetes.
Stars: ✭ 145 (-3.33%)
Mutual labels:  tutorial
Node Express Mongo Api
Starter project for a REST API with Node.js, Express & MongoDB 🔋
Stars: ✭ 148 (-1.33%)
Mutual labels:  tutorial
Machine Learning In R
Workshop (6 hours): preprocessing, cross-validation, lasso, decision trees, random forest, xgboost, superlearner ensembles
Stars: ✭ 144 (-4%)
Mutual labels:  tutorial
Cesiumjs Tutorial
CesiumJS中文基础教程 http://cesiumcn.org/ | http://cesium.coinidea.com/
Stars: ✭ 148 (-1.33%)
Mutual labels:  tutorial
Cpp Quick Reference
C++ Quick Reference
Stars: ✭ 144 (-4%)
Mutual labels:  tutorial
Anomaly detection tuto
Anomaly detection tutorial on univariate time series with an auto-encoder
Stars: ✭ 144 (-4%)
Mutual labels:  tutorial
Autonomousdrivingcookbook
Scenarios, tutorials and demos for Autonomous Driving
Stars: ✭ 1,939 (+1192.67%)
Mutual labels:  tutorial
Howto co34pt livecode
A repository of readmes, techniques, notes and other materials about how i live code in SuperCollider. A (sorta) companion repository to co34pt_livecode
Stars: ✭ 149 (-0.67%)
Mutual labels:  tutorial
Docker Swarm Tutorial
Docker Swarm 基本教學 - 從無到有 Docker-Swarm-Beginners-Guide📝
Stars: ✭ 148 (-1.33%)
Mutual labels:  tutorial

Angular2 Tutorial

Build Status Coverage Status

This repository is an example application for angular2 tutorial.

Demo

  • Ahead-of-time compilation
  • Lazy Loading
  • Preloading
  • CSS in JS by using Aphrodite
  • Hot module reload

Getting Started

Prepare backend app.

git clone https://github.com/springboot-angular2-tutorial/boot-app.git
cd boot-app
mvn spring-boot:run

Serve frontend app by webpack-dev-server.

npm install -g yarn
yarn install
yarn start
open http://localhost:4200

Testing.

yarn test

Production build.

yarn run build
yarn run server:prod
open http://localhost:4200

Tutorial

Under construction...

Related Projects

Credits

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].