Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 613 Bytes

File metadata and controls

27 lines (13 loc) · 613 Bytes

node-angular-test

Simple Node.js and Angular project to test some API flows.

Edit on StackBlitz ⚡️

On load, Stackblitz will run the backend and print "Hello World" in the Terminal.

To run Angular app:

Open another terminal in Stackblitz

  • Click on the "+" sign to the right of the Terminal section below

Run npm run start-fe

To view Angular app:

Copy the url on the right

Open your own browser and paste into the address bar

Change "3000" to "4200" and go