Skip to content

my5G/webconsole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

free5GC Web Console

Run the Web Console Server

go run server.go

Development

To merge the new verison of frontend part to the webconsole server

cd frontend
yarn install
yarn build
rm -rf ../public
cp -R build ../public

The run go run server.go to see the webconsole with the new frontend.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.9%
  • SCSS 29.6%
  • Go 14.1%
  • HTML 1.4%