Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting up a Node.js js server with Angular 2 frontend using Typescript

I want to host my web application on IBM Bluemix and want Angular 2 using Typescript as the frontend and Node.js as the backend. How do I set up the server and connect it to the frontend and mainly, which transpiler do I use to transpiler the ts files?

like image 296
GrumpyDwarf97 Avatar asked Oct 31 '22 00:10

GrumpyDwarf97


1 Answers

There is a continuously updated git project with a sample application that ships with Node.js, Angular2 and TypeScript, configured to use in development (hot reloading) and production mode. You'll have it up and running in 10 minutes.

https://github.com/AngularClass/angular2-webpack-starter

like image 145
Jan B. Avatar answered Nov 15 '22 05:11

Jan B.