Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

freemanlam/node-ng-code-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Angular Code Share Example

Example of share code between Node.js and Angular.

Node side is written in TypeScript and start by ts-node to make code share very simple; for Angular side it just like a common utils script.

Start

Node:

cd node
yarn start

and browse http://localhost:8080 after server started.

Angular:

cd ng
yarn start

and browse http://localhost:4200 after build success.

About

Example of share code between Node.js and Angular.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors