Skip to content

Demo to bundle angular app with go application and run it as a single executable

Notifications You must be signed in to change notification settings

tobi007/angular-go-serve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to serve your angular app from go project

1 - Create a new go mod project 2 - From the project roo run the CLI command "ng new ui" 3 - ALso to confirm that ui is correctly installed run "cd ui" and "ng serve --open" from the project root to start the ui. 4 - Change the outputPath in the angular.json file to "../dist"

About

Demo to bundle angular app with go application and run it as a single executable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published